mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-23 15:54:24 +03:00
Minor style update
This commit is contained in:
parent
570d30789b
commit
54e9a1fb2d
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue
Block a user