From 370dfc1c167934eb4784b0444b28a493c4cc6cec Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Wed, 07 Sep 2011 16:05:59 +0000 Subject: Fix autosuggestions in url entry SL #3087 Fixes regression introduced by e15a091101223456dc770b9b5e02db8146d05da8 Signed-off-by: Simon Schampijer Reviewed-by: Gonzalo Odiard --- 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 -- cgit v0.9.1