summaryrefslogtreecommitdiffstats
path: root/ipapython
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2016-03-20 21:32:27 +0100
committerMartin Basti <mbasti@redhat.com>2016-03-22 10:20:51 +0100
commitda0318d4d7dd369be136449e686b6fb46d0cc5d8 (patch)
tree58980cecdefad1296cd51b4d8a53f1fb7b30a5c6 /ipapython
parentb66028af1815fbf7666b82ebeaa81ad56996a74f (diff)
downloadfreeipa-da0318d4d7dd369be136449e686b6fb46d0cc5d8.tar.gz
freeipa-da0318d4d7dd369be136449e686b6fb46d0cc5d8.tar.xz
freeipa-da0318d4d7dd369be136449e686b6fb46d0cc5d8.zip
Pylint: remove unnecessary-semicolon
Reviewed-By: Petr Spacek <pspacek@redhat.com> Reviewed-By: Lukas Slebodnik <lslebodn@redhat.com>
Diffstat (limited to 'ipapython')
-rw-r--r--ipapython/nsslib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipapython/nsslib.py b/ipapython/nsslib.py
index 335ac28f6..b5e5b6586 100644
--- a/ipapython/nsslib.py
+++ b/ipapython/nsslib.py
@@ -252,7 +252,7 @@ class NSSConnection(httplib.HTTPConnection, NSSAddressFamilyFallback):
def password_callback(self, slot, retry, password):
if not retry and password: return password
- return getpass.getpass("Enter password for %s: " % slot.token_name);
+ return getpass.getpass("Enter password for %s: " % slot.token_name)
def handshake_callback(self, sock):
"""