|
@@ -255,7 +255,7 @@ class Options:
|
|
try:
|
|
try:
|
|
self.options, self.args = getopt.getopt(
|
|
self.options, self.args = getopt.getopt(
|
|
args, "".join(self.short_options), self.long_options)
|
|
args, "".join(self.short_options), self.long_options)
|
|
- except getopt.error as exc:
|
|
|
|
|
|
+ except getopt.error, exc:
|
|
self.usage(repr(exc))
|
|
self.usage(repr(exc))
|
|
|
|
|
|
# Check for positional args
|
|
# Check for positional args
|