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 <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 /promptservice.py
parent09cc6048656b29eebec3b0502fa342dd516b4281 (diff)
add/remove some empty lines according to PEP8
Diffstat (limited to 'promptservice.py')
-rw-r--r--promptservice.py2
1 files changed, 1 insertions, 1 deletions
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))
-