Commit 11da64b5 authored by Jim Fulton's avatar Jim Fulton

*** empty log message ***

parent ed2a4345
......@@ -71,7 +71,7 @@ that allows one to simply make a single web request.
The module also provides a command-line interface for calling objects.
"""
__version__='$Revision: 1.17 $'[11:-2]
__version__='$Revision: 1.18 $'[11:-2]
import sys, regex, socket, mimetools
from httplib import HTTP
......@@ -271,7 +271,7 @@ class Object:
password=None
method=None
timeout=None
special_method='PUT','GET','POST','PUT'
special_methods= 'GET','POST','PUT'
def __init__(self, url,
method=None,username=None,password=None,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment