Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2011-09-07 16:05:59 (GMT)
committer Simon Schampijer <simon@schampijer.de>2011-09-07 16:05:59 (GMT)
commit370dfc1c167934eb4784b0444b28a493c4cc6cec (patch)
tree8fade5d303bf6c2b52f1d4b509b174735188c23a
parent9bc6aa900de803fa8b2056e52fbd42bcf6add122 (diff)
Fix autosuggestions in url entry SL #3087
Fixes regression introduced by e15a091101223456dc770b9b5e02db8146d05da8 Signed-off-by: Simon Schampijer <simon@laptop.org> Reviewed-by: Gonzalo Odiard <gonzalo@laptop.org>
-rw-r--r--webactivity.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/webactivity.py b/webactivity.py
index fb1fec8..0b68f4b 100644
--- a/webactivity.py
+++ b/webactivity.py
@@ -177,6 +177,10 @@ from edittoolbar import EditToolbar
from viewtoolbar import ViewToolbar
import downloadmanager
+# TODO: make the registration clearer SL #3087
+import globalhistory # pylint: disable=W0611
+import filepicker # pylint: disable=W0611
+
_LIBRARY_PATH = '/usr/share/library-common/index.html'
from model import Model