diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2012-06-19 13:23:07 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2012-06-19 13:23:07 +1200 |
commit | a700721891e028aacc867001a715a8f7d9cbf223 (patch) | |
tree | 1ed752611078a36f202f2c1defdd96ccf302a335 /test/test_test.py | |
parent | bd99a13f3965bfdd09a58020424c3b36d97f6877 (diff) | |
download | mitmproxy-a700721891e028aacc867001a715a8f7d9cbf223.tar.gz mitmproxy-a700721891e028aacc867001a715a8f7d9cbf223.tar.bz2 mitmproxy-a700721891e028aacc867001a715a8f7d9cbf223.zip |
Porting to netlib proceeds apace.
Diffstat (limited to 'test/test_test.py')
-rw-r--r-- | test/test_test.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_test.py b/test/test_test.py index 53decd1c..c3743a42 100644 --- a/test/test_test.py +++ b/test/test_test.py @@ -46,4 +46,3 @@ class TestDaemon: def test_info(self): assert tuple(self.d.info()["version"]) == version.IVERSION - |