From ae9f470d2b6e44fb87270b41a7694ed3b209da71 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 4 Jun 2015 19:09:38 +1200 Subject: Craft anchor is now specified as a regex Unifies this with anchor points. --- libpathod/test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libpathod/test.py') 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() -- cgit v1.2.3