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, 3 insertions, 2 deletions
diff --git a/promptservice.py b/promptservice.py
index ca7cf37..24e5f18 100644
--- a/promptservice.py
+++ b/promptservice.py
@@ -54,10 +54,11 @@ class PromptService:
logging.debug('nsIPromptService.promptPassword()')
def promptUsernameAndPassword(self, parent, dialogTitle, text, username,
- password, checkMsg, checkState):
+ password, checkMsg, checkState):
logging.debug('nsIPromptService.promptUsernameAndPassword()')
- def select(self, parent, dialogTitle, text, count, selectList, outSelection):
+ def select(self, parent, dialogTitle, text, count, selectList,
+ outSelection):
logging.debug('nsIPromptService.select()')