Cleaned up the bins; patched the broken test (when run standalone)

This commit is contained in:
gholt 2010-12-29 12:00:08 -08:00
parent 3c71b092a8
commit c9e41f98d4
1 changed files with 0 additions and 2 deletions

View File

@ -20,7 +20,6 @@ import sys
import signal import signal
import uuid import uuid
from optparse import OptionParser from optparse import OptionParser
import gettext
from swift.common.bench import BenchController from swift.common.bench import BenchController
from swift.common.utils import readconf, NamedLogger from swift.common.utils import readconf, NamedLogger
@ -56,7 +55,6 @@ SAIO_DEFAULTS = {
} }
if __name__ == '__main__': if __name__ == '__main__':
gettext.install('swift', unicode=1)
usage = "usage: %prog [OPTIONS] [CONF_FILE]" usage = "usage: %prog [OPTIONS] [CONF_FILE]"
usage += """\n\nConf file with SAIO defaults: usage += """\n\nConf file with SAIO defaults: