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
|
|
@ -25,7 +25,7 @@ from lib.request.connect import Connect as Request
|
|||
from thirdparty.beautifulsoup.beautifulsoup import BeautifulSoup
|
||||
from thirdparty.oset.pyoset import oset
|
||||
|
||||
class Crawler:
|
||||
class Crawler(object):
|
||||
"""
|
||||
This class defines methods used to perform crawling (command
|
||||
line option '--crawl'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue