Minor style update

This commit is contained in:
Miroslav Stampar 2015-01-14 16:11:55 +01:00
parent 570d30789b
commit 54e9a1fb2d

View File

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