Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/promptservice.py
diff options
context:
space:
mode:
authorSascha Silbe <silbe@activitycentral.com>2011-05-21 12:20:28 (GMT)
committer Sascha Silbe <silbe@activitycentral.com>2011-05-21 12:51:20 (GMT)
commit2937c3bd6347ee8e916a05bb18ef9bef914ed8bd (patch)
treea3dec6daf4958f442226456f7cc2c4e533c4c942 /promptservice.py
parent93ec9dba8f98ad669d14f5aaed1879ab71c96287 (diff)
Fix overlong lines
Signed-off-by: Sascha Silbe <silbe@activitycentral.com>
Diffstat (limited to 'promptservice.py')
-rw-r--r--promptservice.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/promptservice.py b/promptservice.py
index bab2417..8cdcff9 100644
--- a/promptservice.py
+++ b/promptservice.py
@@ -63,7 +63,8 @@ class PromptService:
logging.debug('nsIPromptService.select()')
-#components.registrar.registerFactory(PromptService.cid,
-# PromptService.description,
-# '@mozilla.org/embedcomp/prompt-service;1',
-# Factory(PromptService))
+#components.registrar.registerFactory(
+# PromptService.cid,
+# PromptService.description,
+# '@mozilla.org/embedcomp/prompt-service;1',
+# Factory(PromptService))