removing blank lines and adding newline at the end of files

This commit is contained in:
Miroslav Stampar
2011-05-06 09:35:53 +00:00
parent 6e392b6054
commit 42bca80968
3 changed files with 7 additions and 7 deletions

View File

@@ -14,9 +14,9 @@ from plugins.generic.enumeration import Enumeration as GenericEnumeration
class Enumeration(GenericEnumeration):
def __init__(self):
GenericEnumeration.__init__(self)
def getPasswordHashes(self):
warnMsg = "on DB2 it is not possible to list password hashes"
logger.warn(warnMsg)
return {}
return {}