mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-26 01:53:48 +00:00
Introducing 'new style classes' (idea from Pull request #284)
This commit is contained in:
parent
0f191f624c
commit
b6650add46
13 changed files with 18 additions and 18 deletions
|
|
@ -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
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue