mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Minor style update
This commit is contained in:
@@ -7,11 +7,10 @@ See the file 'doc/COPYING' for copying permission
|
||||
|
||||
import urllib2
|
||||
|
||||
|
||||
class MethodRequest(urllib2.Request):
|
||||
'''
|
||||
"""
|
||||
Used to create HEAD/PUT/DELETE/... requests with urllib2
|
||||
'''
|
||||
"""
|
||||
|
||||
def set_method(self, method):
|
||||
self.method = method.upper()
|
||||
|
||||
Reference in New Issue
Block a user