Directory restyling

This commit is contained in:
Bernardo Damele 2011-02-08 00:15:02 +00:00
parent cfe2da0195
commit 156d8cd99b
6 changed files with 7 additions and 11 deletions

3
extra/magic/__init__.py Normal file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env python
pass

View File

@ -0,0 +1,3 @@
#!/usr/bin/env python
pass

View File

@ -1,10 +0,0 @@
#!/usr/bin/env python
"""
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file 'doc/COPYING' for copying permission
"""
pass

View File

@ -15,7 +15,7 @@ import urllib2
import urlparse
import traceback
from lib.contrib import multipartpost
from extra.multipart import multipartpost
from lib.core.agent import agent
from lib.core.common import average
from lib.core.common import calculateDeltaSeconds