Cleaned up st command line parsing; always use included client.py as well

This commit is contained in:
gholt
2010-11-18 10:53:37 -08:00
parent 74e9d03d2c
commit 985968f765
2 changed files with 960 additions and 912 deletions

1871
bin/st

File diff suppressed because it is too large Load Diff

View File

@@ -32,6 +32,7 @@ except:
from swift.common.bufferedhttp \
import BufferedHTTPConnection as HTTPConnection
def quote(value, safe='/'):
"""
Patched version of urllib.quote that encodes utf8 strings before quoting