From bf73fce4c2eb8b973aa10dfee1f91aadff4bf367 Mon Sep 17 00:00:00 2001 From: Sascha Silbe Date: Wed, 16 Jun 2010 17:58:25 +0000 Subject: add/remove some empty lines according to PEP8 --- (limited to 'promptservice.py') diff --git a/promptservice.py b/promptservice.py index 5f8f9d2..bab2417 100644 --- a/promptservice.py +++ b/promptservice.py @@ -21,6 +21,7 @@ from xpcom import components from xpcom.components import interfaces from xpcom.server.factory import Factory + class PromptService: _com_interfaces_ = interfaces.nsIPromptService @@ -66,4 +67,3 @@ class PromptService: # PromptService.description, # '@mozilla.org/embedcomp/prompt-service;1', # Factory(PromptService)) - -- cgit v0.9.1