mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Introducing 'new style classes' (idea from Pull request #284)
This commit is contained in:
@@ -11,7 +11,7 @@ import tempfile
|
||||
|
||||
from lib.core.settings import BIGARRAY_CHUNK_LENGTH
|
||||
|
||||
class Cache:
|
||||
class Cache(object):
|
||||
"""
|
||||
Auxiliary class used for storing cached chunks
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user