summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/Ev0InFetcher.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-05 02:27:07 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-05 02:27:07 +0200
commita9117257f71984d553811a605150acb5d1b499ce (patch)
treea0e55a4b9ba57a94f7a4be06f7eecc4dc44acb51 /module/plugins/hooks/Ev0InFetcher.py
parentSpare __pattern__ cosmetics (diff)
downloadpyload-a9117257f71984d553811a605150acb5d1b499ce.tar.xz
Better import lib header
Diffstat (limited to 'module/plugins/hooks/Ev0InFetcher.py')
-rw-r--r--module/plugins/hooks/Ev0InFetcher.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hooks/Ev0InFetcher.py b/module/plugins/hooks/Ev0InFetcher.py
index 881cb36ef..35a5c207c 100644
--- a/module/plugins/hooks/Ev0InFetcher.py
+++ b/module/plugins/hooks/Ev0InFetcher.py
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-
-from time import mktime, time
+import feedparser
-from module.lib import feedparser
+from time import mktime, time
from module.plugins.Hook import Hook