aboutsummaryrefslogtreecommitdiffstats
path: root/test/pathod/test_language_actions.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-02-16 20:59:33 +0100
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-02-16 21:11:19 +0100
commit1785f70a19504efaa4edf6cfaf8ee2d74060a357 (patch)
treeaf4f4eeb7f6841dfb1980715a2a2e96b11d0406a /test/pathod/test_language_actions.py
parentd95a1f9819ded642174fad789a8fb0c595ca0840 (diff)
downloadmitmproxy-1785f70a19504efaa4edf6cfaf8ee2d74060a357.tar.gz
mitmproxy-1785f70a19504efaa4edf6cfaf8ee2d74060a357.tar.bz2
mitmproxy-1785f70a19504efaa4edf6cfaf8ee2d74060a357.zip
fix all libpathod->pathod references
Diffstat (limited to 'test/pathod/test_language_actions.py')
-rw-r--r--test/pathod/test_language_actions.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/pathod/test_language_actions.py b/test/pathod/test_language_actions.py
index 755f0d85..1c404714 100644
--- a/test/pathod/test_language_actions.py
+++ b/test/pathod/test_language_actions.py
@@ -1,7 +1,7 @@
import cStringIO
-from libpathod.language import actions
-from libpathod import language
+from pathod.language import actions
+from pathod import language
def parse_request(s):