diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-12-30 19:08:21 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-12-30 19:08:21 +0100 |
| commit | 74b2639b574ecaf600798d234d93e2d807f63021 (patch) | |
| tree | 06d7b7edac24f77bf4702ac59000d44d8edab84c /client/modules/HN.py | |
| parent | 87af9591237575c20b3fa6736bd9718e687b49b5 (diff) | |
| download | jasper-client-74b2639b574ecaf600798d234d93e2d807f63021.tar.gz jasper-client-74b2639b574ecaf600798d234d93e2d807f63021.zip | |
Fix module import paths in standard plugins
Diffstat (limited to 'client/modules/HN.py')
| -rw-r--r-- | client/modules/HN.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/modules/HN.py b/client/modules/HN.py index d205829..df74b17 100644 --- a/client/modules/HN.py +++ b/client/modules/HN.py @@ -3,7 +3,7 @@ import urllib2 import re import random from bs4 import BeautifulSoup -import app_utils +from client import app_utils from semantic.numbers import NumberService WORDS = ["HACKER", "NEWS", "YES", "NO", "FIRST", "SECOND", "THIRD"] |
