pep8 all the things

This commit is contained in:
Kenneth Reitz
2011-10-22 18:07:14 -04:00
parent 77909f1d49
commit d552e6c884
+2 -2
View File
@@ -17,7 +17,6 @@ except ImportError:
import json
# TODO: Detect an open port.
PORT = os.environ.get('HTTPBIN_PORT', '7077')
@@ -47,8 +46,9 @@ class RequestsTestSuite(unittest.TestCase):
if not _httpbin:
self.httpbin = envoy.connect('gunicorn httpbin:app --bind=0.0.0.0:%s' % (PORT))
c = envoy.connect('gunicorn httpbin:app --bind=0.0.0.0:%s' % (PORT))
self.httpbin = c
_httpbin = True
time.sleep(1)