[Buildbot-commits] [djmitche/buildbot] 525562: Remove a lot of unused imports
noreply at github.com
noreply at github.com
Sat May 29 03:55:25 UTC 2010
Branch: refs/heads/master
Home: http://github.com/djmitche/buildbot
Commit: 52556232cda89fd753344cdd39aee454500d4012
http://github.com/djmitche/buildbot/commit/52556232cda89fd753344cdd39aee454500d4012
Author: Jean-Paul Calderone <exarkun at twistedmatrix.com>
Date: 2010-05-28 (Fri, 28 May 2010)
Changed paths:
M buildbot/changes/hgbuildbot.py
M buildbot/clients/debug.py
M buildbot/db/__init__.py
M buildbot/db/dbspec.py
M buildbot/db/schema/__init__.py
M buildbot/db/schema/v2.py
M buildbot/db/schema/v3.py
M buildbot/db/schema/v4.py
M buildbot/db/schema/v5.py
M buildbot/master.py
M buildbot/schedulers/basic.py
M buildbot/slave/commands/base.py
M buildbot/slave/commands/transfer.py
M buildbot/slave/commands/vcs.py
M buildbot/status/status_push.py
M buildbot/steps/package/rpm/__init__.py
M buildbot/steps/subunit.py
M buildbot/test/regressions/test_import_unicode_changes.py
M buildbot/test/unit/test_db_connector.py
M buildbot/test/unit/test_db_dbspec.py
M buildbot/test/unit/test_db_schema_master.py
M buildbot/test/unit/test_db_util.py
M buildbot/test/unit/test_oldpaths.py
M buildbot/test/unit/test_schedulers_basic_Scheduler.py
M buildbot/test/unit/test_slave_commands_base.py
M buildbot/test/unit/test_util_loop.py
M buildbot/util/__init__.py
M buildbot/util/loop.py
Log Message:
-----------
Remove a lot of unused imports
Commit: 61d4a501ed41c06634befb209d715e35d4405a46
http://github.com/djmitche/buildbot/commit/61d4a501ed41c06634befb209d715e35d4405a46
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date: 2010-05-28 (Fri, 28 May 2010)
Changed paths:
M buildbot/changes/hgbuildbot.py
M buildbot/clients/debug.py
M buildbot/db/__init__.py
M buildbot/db/dbspec.py
M buildbot/db/schema/__init__.py
M buildbot/db/schema/v2.py
M buildbot/db/schema/v3.py
M buildbot/db/schema/v4.py
M buildbot/db/schema/v5.py
M buildbot/master.py
M buildbot/schedulers/basic.py
M buildbot/slave/commands/base.py
M buildbot/slave/commands/transfer.py
M buildbot/slave/commands/vcs.py
M buildbot/status/status_push.py
M buildbot/steps/package/rpm/__init__.py
M buildbot/steps/subunit.py
M buildbot/test/regressions/test_import_unicode_changes.py
M buildbot/test/unit/test_db_connector.py
M buildbot/test/unit/test_db_dbspec.py
M buildbot/test/unit/test_db_schema_master.py
M buildbot/test/unit/test_db_util.py
M buildbot/test/unit/test_oldpaths.py
M buildbot/test/unit/test_schedulers_basic_Scheduler.py
M buildbot/test/unit/test_slave_commands_base.py
M buildbot/test/unit/test_util_loop.py
M buildbot/util/__init__.py
M buildbot/util/loop.py
Log Message:
-----------
Merge branch 'master' of git://github.com/exarkun/buildbot
* 'master' of git://github.com/exarkun/buildbot:
Remove a lot of unused imports
More information about the Commits
mailing list