Ahead with code refactoring, related to r1502.

Fixed svn:keywords propset to all .py files.
This commit is contained in:
Bernardo Damele
2010-03-23 21:26:45 +00:00
parent f0f1176396
commit a63e251b25
21 changed files with 1216 additions and 747 deletions

View File

@@ -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):