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

@@ -64,7 +64,7 @@ class Connector(GenericConnector):
raise SqlmapConnectionException(msg[0])
self.initCursor()
self.connected()
self.printConnected()
def fetchall(self):
try: