aboutsummaryrefslogtreecommitdiff
path: root/fetch.py
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-02-02 21:58:04 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-02-02 21:58:04 +0100
commit8ce9fe7747fc6b813350a415df701aaf1fb8ddbd (patch)
tree32c845ea2eba0af0eee0fc92a56a352d6757a10a /fetch.py
parentTypo. (diff)
downloadnewspipe-8ce9fe7747fc6b813350a415df701aaf1fb8ddbd.tar.gz
newspipe-8ce9fe7747fc6b813350a415df701aaf1fb8ddbd.tar.bz2
newspipe-8ce9fe7747fc6b813350a415df701aaf1fb8ddbd.zip
Removed import of 'conf' module.
Diffstat (limited to 'fetch.py')
-rw-r--r--fetch.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/fetch.py b/fetch.py
index 16658724..a1c19ab5 100644
--- a/fetch.py
+++ b/fetch.py
@@ -8,7 +8,6 @@
# to fetch articles every 30 minutes.
import sys
-import conf
from pyaggr3g470r import feedgetter
if __name__ == "__main__":
bgstack15