Updates to remove _ usage that is not i18n related

This commit is contained in:
gholt 2011-01-19 15:21:57 -08:00
parent c4144b67a0
commit a0fd28172d
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ if __name__ == '__main__':
else:
conf = CONF_DEFAULTS
parser.set_defaults(**conf)
options, _ = parser.parse_args()
options, _junk = parser.parse_args()
if options.concurrency is not '':
options.put_concurrency = options.concurrency
options.get_concurrency = options.concurrency