Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/globalhistory.py
diff options
context:
space:
mode:
authorSascha Silbe <sascha-pgp@silbe.org>2010-06-16 17:58:25 (GMT)
committer Sascha Silbe <sascha-pgp@silbe.org>2010-06-16 17:58:25 (GMT)
commitbf73fce4c2eb8b973aa10dfee1f91aadff4bf367 (patch)
treea31cf85fd6cc7d6aada27ee49c22fcbc73405803 /globalhistory.py
parent09cc6048656b29eebec3b0502fa342dd516b4281 (diff)
add/remove some empty lines according to PEP8
Diffstat (limited to 'globalhistory.py')
-rw-r--r--globalhistory.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/globalhistory.py b/globalhistory.py
index 1c9d62d..1ec0a72 100644
--- a/globalhistory.py
+++ b/globalhistory.py
@@ -22,6 +22,7 @@ from xpcom.server.factory import Factory
import places
+
class GlobalHistory:
_com_interfaces_ = interfaces.nsIGlobalHistory, \
interfaces.nsIGlobalHistory2, \
@@ -72,6 +73,7 @@ class GlobalHistory:
place.gecko_flags = flags
self._store.update_place(place)
+
components.registrar.registerFactory(GlobalHistory.cid,
GlobalHistory.description,
'@mozilla.org/browser/global-history;2',