Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/promptservice.py
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2008-05-21 17:50:41 (GMT)
committer Simon Schampijer <simon@schampijer.de>2008-05-21 17:50:41 (GMT)
commited24f85ead3b9299aea56d853fc58c542d3207f4 (patch)
treec535d382cc58a70fad7513a38bb9c29d30af93ca /promptservice.py
parentf535de7394b9d7279e59b62b0f0ede82106036ff (diff)
First round of pylint fixes.
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()')