Skip to content

Commit

Permalink
Group Python stdlib imports
Browse files Browse the repository at this point in the history
  • Loading branch information
krajaratnam committed Feb 19, 2010
1 parent 3bc6c4e commit e17909d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions buildbot/status/words.py
Expand Up @@ -3,6 +3,7 @@
# protocols: irc, etc)

import re, shlex
from string import join, capitalize, lower

from zope.interface import Interface, implements
from twisted.internet import protocol, reactor
Expand All @@ -24,8 +25,6 @@
except ImportError:
have_ssl = False

from string import join, capitalize, lower

class UsageError(ValueError):
def __init__(self, string = "Invalid usage", *more):
ValueError.__init__(self, string, *more)
Expand Down

0 comments on commit e17909d

Please sign in to comment.