diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-10-05 02:27:07 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-10-05 02:27:07 +0200 |
commit | a9117257f71984d553811a605150acb5d1b499ce (patch) | |
tree | a0e55a4b9ba57a94f7a4be06f7eecc4dc44acb51 /module/plugins/hooks/Ev0InFetcher.py | |
parent | Spare __pattern__ cosmetics (diff) | |
download | pyload-a9117257f71984d553811a605150acb5d1b499ce.tar.xz |
Better import lib header
Diffstat (limited to 'module/plugins/hooks/Ev0InFetcher.py')
-rw-r--r-- | module/plugins/hooks/Ev0InFetcher.py | 4 |
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 |