mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +00:00
Junk removal (in preparing for py3)
This commit is contained in:
@@ -8,5 +8,4 @@ See the file 'LICENSE' for copying permission
|
||||
from plugins.generic.filesystem import Filesystem as GenericFilesystem
|
||||
|
||||
class Filesystem(GenericFilesystem):
|
||||
def __init__(self):
|
||||
GenericFilesystem.__init__(self)
|
||||
pass
|
||||
Reference in New Issue
Block a user