Remove a wayward change.

This commit is contained in:
Cory Benfield
2012-02-16 19:32:20 +00:00
parent d339b0f64f
commit 1ded0ad3d5
+2 -1
View File
@@ -23,7 +23,8 @@ from requests.auth import HTTPBasicAuth, HTTPDigestAuth
os.environ['HTTPBIN_URL'] = 'http://httpbin.org/'
if (sys.platform == 'win32') and ('HTTPBIN_URL' not in os.environ):
os.environ['HTTPBIN_URL'] = 'http://httpbin.org/'
# TODO: Detect an open port.
PORT = os.environ.get('HTTPBIN_PORT', '7077')