Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webactivity.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2008-06-12 20:12:05 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2008-06-12 20:12:05 (GMT)
commitfed5435ca8e69f6b476f31e6ec3a748fa0b02c15 (patch)
treec6547172e004633b7283427541fc7f554ee65700 /webactivity.py
parent2decba58009262ca6c3855575bc7508235ef269f (diff)
Implement the sqlite store.
Diffstat (limited to 'webactivity.py')
-rwxr-xr-xwebactivity.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/webactivity.py b/webactivity.py
index 4bf55bd..4b2a2d8 100755
--- a/webactivity.py
+++ b/webactivity.py
@@ -101,7 +101,6 @@ class WebActivity(activity.Activity):
sessionhistory.init(self._browser)
progresslistener.init(self._browser)
filepicker.init(self)
- globalhistory.init()
toolbox = activity.ActivityToolbox(self)