diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-12-30 18:51:47 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-12-30 18:57:40 +0100 |
| commit | 87af9591237575c20b3fa6736bd9718e687b49b5 (patch) | |
| tree | 5b4fa93cff70091cb624bec34695e577ada2ee12 | |
| parent | f526a136c53d531fa2749ba0d6f14ae1ec4941cd (diff) | |
| download | jasper-client-87af9591237575c20b3fa6736bd9718e687b49b5.tar.gz jasper-client-87af9591237575c20b3fa6736bd9718e687b49b5.zip | |
Added package to module import path in Joke plugin
| -rw-r--r-- | client/modules/Joke.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/modules/Joke.py b/client/modules/Joke.py index 7192b03..a260e5a 100644 --- a/client/modules/Joke.py +++ b/client/modules/Joke.py @@ -1,7 +1,7 @@ # -*- coding: utf-8-*- import random import re -import jasperpath +from client import jasperpath WORDS = ["JOKE", "KNOCK KNOCK"] |
