Code restyling

This commit is contained in:
stamparm
2013-04-15 14:31:27 +02:00
parent aed738d6e6
commit f936746423
11 changed files with 12 additions and 11 deletions

View File

@@ -43,8 +43,9 @@ class Connector(GenericConnector):
user=self.user.encode(UNICODE_ENCODING), password=self.password.encode(UNICODE_ENCODING), charset="UTF8") # Reference: http://www.daniweb.com/forums/thread248499.html
except kinterbasdb.OperationalError, msg:
raise SqlmapConnectionException(msg[1])
self.initCursor()
self.connected()
self.printConnected()
def fetchall(self):
try: