merged with trunk

This commit is contained in:
John Dickinson 2010-11-18 20:55:09 -06:00
commit b03d544e56
2 changed files with 1001 additions and 925 deletions

1918
bin/st

File diff suppressed because it is too large Load Diff

View File

@ -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='/'):
"""