mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-02-08 06:26:35 +00:00
Introducing 'new style classes' (idea from Pull request #284)
This commit is contained in:
@@ -11,7 +11,7 @@ import zipfile
|
||||
from lib.core.exception import sqlmapDataException
|
||||
from lib.core.settings import UNICODE_ENCODING
|
||||
|
||||
class Wordlist:
|
||||
class Wordlist(object):
|
||||
"""
|
||||
Iterator for looping over a large dictionaries
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user