Cleaned up st command line parsing; always use included client.py as well
This commit is contained in:
commit
a91879f957
@ -29,8 +29,12 @@ try:
|
||||
except:
|
||||
from time import sleep
|
||||
|
||||
from swift.common.bufferedhttp \
|
||||
import BufferedHTTPConnection as HTTPConnection
|
||||
try:
|
||||
from swift.common.bufferedhttp \
|
||||
import BufferedHTTPConnection as HTTPConnection
|
||||
except:
|
||||
from httplib import HTTPConnection
|
||||
|
||||
|
||||
def quote(value, safe='/'):
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user