Removing trailing whitespaces (PEP8)

This commit is contained in:
Miroslav Stampar
2013-01-03 23:57:07 +01:00
parent 82b468211d
commit 5b77b20e2e
9 changed files with 23 additions and 23 deletions

View File

@@ -11,7 +11,7 @@ from plugins.generic.enumeration import Enumeration as GenericEnumeration
class Enumeration(GenericEnumeration):
def __init__(self):
GenericEnumeration.__init__(self)
GenericEnumeration.__init__(self)
def getPasswordHashes(self):
warnMsg = "on DB2 it is not possible to list password hashes"