Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/promptservice.py
diff options
context:
space:
mode:
Diffstat (limited to 'promptservice.py')
-rw-r--r--promptservice.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/promptservice.py b/promptservice.py
index 8cdcff9..31ba0da 100644
--- a/promptservice.py
+++ b/promptservice.py
@@ -16,10 +16,7 @@
import logging
-import xpcom
-from xpcom import components
from xpcom.components import interfaces
-from xpcom.server.factory import Factory
class PromptService: