diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2013-03-05 09:09:52 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2013-03-05 09:09:52 +1300 |
commit | a94d17970e739cdda4e6223b3af8136b05e6e192 (patch) | |
tree | 8d2aa49022ee80a453890239f70ab95ee3326ec5 /test/test_wsgi.py | |
parent | 5f0ad7b2a6b857419017e3e72062ab4e0e328238 (diff) | |
download | mitmproxy-a94d17970e739cdda4e6223b3af8136b05e6e192.tar.gz mitmproxy-a94d17970e739cdda4e6223b3af8136b05e6e192.tar.bz2 mitmproxy-a94d17970e739cdda4e6223b3af8136b05e6e192.zip |
Sync version number with mitmproxy.
Diffstat (limited to 'test/test_wsgi.py')
-rw-r--r-- | test/test_wsgi.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_wsgi.py b/test/test_wsgi.py index 7763b9e5..91a8ff7a 100644 --- a/test/test_wsgi.py +++ b/test/test_wsgi.py @@ -1,5 +1,4 @@ import cStringIO, sys -import libpry from netlib import wsgi, odict |