aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/search.py
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-01-29 17:04:20 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-01-29 17:04:20 +0100
commit1bd777d46d663027fdf86e91abb4d9dec97b5441 (patch)
tree4e90789e4ffd79ba64877d71fb0b33f8b9cd386f /pyaggr3g470r/search.py
parentUpdated README. (diff)
downloadnewspipe-1bd777d46d663027fdf86e91abb4d9dec97b5441.tar.gz
newspipe-1bd777d46d663027fdf86e91abb4d9dec97b5441.tar.bz2
newspipe-1bd777d46d663027fdf86e91abb4d9dec97b5441.zip
Improved installation processus.
Diffstat (limited to 'pyaggr3g470r/search.py')
-rw-r--r--pyaggr3g470r/search.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyaggr3g470r/search.py b/pyaggr3g470r/search.py
index 4b8602f7..6be04588 100644
--- a/pyaggr3g470r/search.py
+++ b/pyaggr3g470r/search.py
@@ -36,7 +36,6 @@ from whoosh.qparser import QueryParser
from whoosh.writing import AsyncWriter
from collections import defaultdict
-import conf
import utils
import models
bgstack15