Better naming

This commit is contained in:
Miroslav Stampar
2013-01-18 11:21:23 +01:00
parent 4d5bae7131
commit e7576a3b11
10 changed files with 10 additions and 13 deletions

View File

@@ -39,7 +39,7 @@ class Connector(GenericConnector):
except (pymysql.OperationalError, pymysql.InternalError), msg:
raise SqlmapConnectionException(msg[1])
self.setCursor()
self.initCursor()
self.connected()
def fetchall(self):