From ed24f85ead3b9299aea56d853fc58c542d3207f4 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Wed, 21 May 2008 17:50:41 +0000 Subject: First round of pylint fixes. --- (limited to 'promptservice.py') 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()') -- cgit v0.9.1