diff options
Diffstat (limited to 'modules/urbandictionary.py')
| -rw-r--r-- | modules/urbandictionary.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/urbandictionary.py b/modules/urbandictionary.py index a937dc9b..bb0f7918 100644 --- a/modules/urbandictionary.py +++ b/modules/urbandictionary.py @@ -1,5 +1,5 @@ import json, re -import Utils +from src import Utils URL_URBANDICTIONARY = "http://api.urbandictionary.com/v0/define" REGEX_DEFNUMBER = re.compile("-n(\d+) \S+") |
