diff src/__init__.py @ 1935:1128feb54180

core: removed pyfeed and xe dependencies: pyfeed and xe where still used only for date format handling, and there is already dateutil which is a dependency of Wokkel. Furthermore pyfeed and xe are still not on pypi, causing troubles for installation with pip
author Goffi <goffi@goffi.org>
date Sun, 17 Apr 2016 17:08:12 +0200
parents 8bfbf5cb0e28
children
line wrap: on
line diff
--- a/src/__init__.py	Sun Apr 17 14:45:26 2016 +0200
+++ b/src/__init__.py	Sun Apr 17 17:08:12 2016 +0200
@@ -1,3 +1,3 @@
-from core.constants import Const as C
+from .core.constants import Const as C
 
 __version__ = C.APP_VERSION