[pypy-svn] buildbot default: some pep8 cleanups

RonnyPfannschmidt commits-noreply at bitbucket.org
Wed Apr 20 16:01:40 CEST 2011


Author: Ronny Pfannschmidt <Ronny.Pfannschmidt at gmx.de>
Branch: 
Changeset: r485:6ef1bc8a9a11
Date: 2011-04-20 16:01 +0200
http://bitbucket.org/pypy/buildbot/changeset/6ef1bc8a9a11/

Log:	some pep8 cleanups

diff --git a/bitbucket_hook/main.py b/bitbucket_hook/main.py
--- a/bitbucket_hook/main.py
+++ b/bitbucket_hook/main.py
@@ -20,7 +20,6 @@
 from . import hook
 
 
-
 @app.route('/', methods=['GET'])
 def test_form():
     """Respond to a GET request."""
@@ -83,4 +82,3 @@
 else:
     # real settings, (they works on codespeak at least)
     app.config.from_object(CodeSpeakConfig)
-


More information about the Pypy-commit mailing list