aboutsummaryrefslogtreecommitdiff
path: root/modules/check_urls.py
diff options
context:
space:
mode:
authorGravatar jesopo2018-09-24 15:13:27 +0100
committerGravatar jesopo2018-09-24 15:13:27 +0100
commitecb9d7cb3f4435457560e03201bbed57a469d548 (patch)
tree5a010f97c209558cdd2d40327d41e6806aedde94 /modules/check_urls.py
parentRemove empty spaces in coins.py (diff)
signature
Move most code in root directory to src/
Diffstat (limited to 'modules/check_urls.py')
-rw-r--r--modules/check_urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/check_urls.py b/modules/check_urls.py
index 221f548d..fa05695e 100644
--- a/modules/check_urls.py
+++ b/modules/check_urls.py
@@ -1,7 +1,7 @@
#--require-config virustotal-api-key
import re
-import Utils
+from src import Utils
URL_VIRUSTOTAL = "https://www.virustotal.com/vtapi/v2/url/report"
RE_URL = re.compile(r"https?://\S+", re.I)