comparison 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
comparison
equal deleted inserted replaced
1934:2daf7b4c6756 1935:1128feb54180
1 from core.constants import Const as C 1 from .core.constants import Const as C
2 2
3 __version__ = C.APP_VERSION 3 __version__ = C.APP_VERSION