mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +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
|
|
@ -9,7 +9,7 @@ from lib.core.common import getUnicode
|
|||
from lib.core.common import dataToStdout
|
||||
from lib.core.data import conf
|
||||
|
||||
class ProgressBar:
|
||||
class ProgressBar(object):
|
||||
"""
|
||||
This class defines methods to update and draw a progress bar
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue