diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2012-04-30 10:09:16 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2012-04-30 10:09:16 +1200 |
commit | d171e13fd376225695b45a02925952fe7c0aeefc (patch) | |
tree | 5507caf243ca6458efb322b45ccffc6ee43de462 /test/test_rparse.py | |
parent | 3365acf69fcc269c52dac405f674cc094faeb64c (diff) | |
download | mitmproxy-d171e13fd376225695b45a02925952fe7c0aeefc.tar.gz mitmproxy-d171e13fd376225695b45a02925952fe7c0aeefc.tar.bz2 mitmproxy-d171e13fd376225695b45a02925952fe7c0aeefc.zip |
Fix redundant imports, tweak TODO for 0.2
Diffstat (limited to 'test/test_rparse.py')
-rw-r--r-- | test/test_rparse.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_rparse.py b/test/test_rparse.py index 621cf8a3..a2a83c61 100644 --- a/test/test_rparse.py +++ b/test/test_rparse.py @@ -1,4 +1,4 @@ -import sys, os +import os import libpry from libpathod import rparse, utils |