From 87af9591237575c20b3fa6736bd9718e687b49b5 Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 30 Dec 2014 18:51:47 +0100 Subject: Added package to module import path in Joke plugin --- client/modules/Joke.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] -- cgit v1.3.1