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.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/promptservice.py b/promptservice.py
index bab2417..7ba2655 100644
--- a/promptservice.py
+++ b/promptservice.py
@@ -16,11 +16,6 @@
import logging
-import xpcom
-from xpcom import components
-from xpcom.components import interfaces
-from xpcom.server.factory import Factory
-
class PromptService:
_com_interfaces_ = interfaces.nsIPromptService