[Buildbot-commits] [djmitche/buildbot] ac8647: remove 'as' keyword
noreply at github.com
noreply at github.com
Mon Jan 25 06:10:14 UTC 2010
Branch: refs/heads/master
Home: http://github.com/djmitche/buildbot
Commit: ac864757394ae423850182879a140cf28170c46c
http://github.com/djmitche/buildbot/commit/ac864757394ae423850182879a140cf28170c46c
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date: 2010-01-24 (Sun, 24 Jan 2010)
Changed paths:
M buildbot/test/test_webparts.py
Log Message:
-----------
remove 'as' keyword
except foo as bar is a pretty new syntax, and also generates a warning
in 2.6, so this commit reverts to the old (ugly) except foo, bar syntax
More information about the Commits
mailing list