From 74b2639b574ecaf600798d234d93e2d807f63021 Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 30 Dec 2014 19:08:21 +0100 Subject: Fix module import paths in standard plugins --- client/modules/Weather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/modules/Weather.py') diff --git a/client/modules/Weather.py b/client/modules/Weather.py index b57991b..3bfad71 100644 --- a/client/modules/Weather.py +++ b/client/modules/Weather.py @@ -6,7 +6,7 @@ import urllib import feedparser import requests import bs4 -from app_utils import getTimezone +from client.app_utils import getTimezone from semantic.dates import DateService WORDS = ["WEATHER", "TODAY", "TOMORROW"] -- cgit v1.3.1