diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2015-06-04 19:09:38 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2015-06-04 19:09:38 +1200 |
commit | ae9f470d2b6e44fb87270b41a7694ed3b209da71 (patch) | |
tree | 0777260d31afc1ef7b96cd439696c69044e73672 /libpathod/test.py | |
parent | c5992b8d23e4b312e7ea8a4e74ef23c095c4164f (diff) | |
download | mitmproxy-ae9f470d2b6e44fb87270b41a7694ed3b209da71.tar.gz mitmproxy-ae9f470d2b6e44fb87270b41a7694ed3b209da71.tar.bz2 mitmproxy-ae9f470d2b6e44fb87270b41a7694ed3b209da71.zip |
Craft anchor is now specified as a regex
Unifies this with anchor points.
Diffstat (limited to 'libpathod/test.py')
-rw-r--r-- | libpathod/test.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libpathod/test.py b/libpathod/test.py index 596fea9c..6a15182a 100644 --- a/libpathod/test.py +++ b/libpathod/test.py @@ -1,8 +1,9 @@ import threading import Queue + import requests import requests.packages.urllib3 -import pathod +from . import pathod requests.packages.urllib3.disable_warnings() |