From 2937c3bd6347ee8e916a05bb18ef9bef914ed8bd Mon Sep 17 00:00:00 2001 From: Sascha Silbe Date: Sat, 21 May 2011 12:20:28 +0000 Subject: Fix overlong lines Signed-off-by: Sascha Silbe --- (limited to 'promptservice.py') 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)) -- cgit v0.9.1