code reviewing part 2

This commit is contained in:
Miroslav Stampar
2011-01-15 12:53:40 +00:00
parent 6a0e0cde3c
commit 1fa8f0cba7
9 changed files with 13 additions and 6 deletions

View File

@@ -28,6 +28,8 @@ class MSSQLBannerHandler(ContentHandler):
"""
def __init__(self, banner, info):
ContentHandler.__init__(self)
self.__banner = sanitizeStr(banner)
self.__inVersion = False
self.__inServicePack = False