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/News.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/modules/News.py') diff --git a/client/modules/News.py b/client/modules/News.py index 433ea05..f02c71e 100644 --- a/client/modules/News.py +++ b/client/modules/News.py @@ -1,6 +1,6 @@ # -*- coding: utf-8-*- import feedparser -import app_utils +from client import app_utils import re from semantic.numbers import NumberService -- cgit v1.3.1