mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Ahead with code refactoring, related to r1502.
Fixed svn:keywords propset to all .py files.
This commit is contained in:
parent
f0f1176396
commit
a63e251b25
21 changed files with 1216 additions and 747 deletions
|
|
@ -23,6 +23,7 @@ Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
"""
|
||||
|
||||
from lib.core.exception import sqlmapSyntaxException
|
||||
|
||||
from plugins.generic.syntax import Syntax as GenericSyntax
|
||||
|
||||
class Syntax(GenericSyntax):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue