Commit 9df29ec5 authored by Denis Bilenko's avatar Denis Bilenko

examples/webproxy.py: remove commented out code

parent c362b8de
...@@ -112,8 +112,5 @@ FORM = """<html><head> ...@@ -112,8 +112,5 @@ FORM = """<html><head>
""" """
if __name__ == '__main__': if __name__ == '__main__':
#import doctest
#doctest.testmod()
print 'Serving on %s...' % PORT print 'Serving on %s...' % PORT
wsgi.WSGIServer(('', PORT), application).serve_forever() wsgi.WSGIServer(('', PORT), application).serve_forever()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment