summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2013-01-17 13:50:01 +0000
committerAsk Solem <ask@celeryproject.org>2013-01-17 13:50:01 +0000
commitdd0fe3a3a6a1bb50209e697d7bef91473661bee2 (patch)
tree051c6aca716911da80a482049aad4373c049c222 /extra
parent02cd13bc9eec102bf0752a9e4ab3fe7cae078cd8 (diff)
downloadkombu-dd0fe3a3a6a1bb50209e697d7bef91473661bee2.tar.gz
More pep8ify
Diffstat (limited to 'extra')
-rwxr-xr-xextra/release/bump_version.py2
-rwxr-xr-xextra/release/flakeplus.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/extra/release/bump_version.py b/extra/release/bump_version.py
index ccf7355e..5798f6a0 100755
--- a/extra/release/bump_version.py
+++ b/extra/release/bump_version.py
@@ -149,7 +149,7 @@ def bump(*files, **kwargs):
v.write(next)
print(cmd("git", "commit", "-m", "Bumps version to %s" % (to_str(next), ),
- *[f.filename for f in files]))
+ *[f.filename for f in files]))
print(cmd("git", "tag", "v%s" % (to_str(next), )))
diff --git a/extra/release/flakeplus.py b/extra/release/flakeplus.py
index 6fe1f1fc..4e1efd47 100755
--- a/extra/release/flakeplus.py
+++ b/extra/release/flakeplus.py
@@ -37,7 +37,7 @@ class FlakePP(object):
re_with = compile(RE_WITH)
re_noqa = compile(RE_NOQA)
map = {"abs": True, "print": False,
- "with": False, "with-used": False}
+ "with": False, "with-used": False}
def __init__(self, verbose=False):
self.verbose = verbose