diff frontends/src/tools/strings.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 2daf7b4c6756
children 2c31ddf633e5
line wrap: on
line diff
--- a/frontends/src/tools/strings.py	Sun Apr 17 14:45:26 2016 +0200
+++ b/frontends/src/tools/strings.py	Sun Apr 17 17:08:12 2016 +0200
@@ -18,7 +18,6 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 import re
-from feed.atom import Content
 
 
 def getURLParams(url):