summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLvov Maxim <usrleon@gmail.com>2011-07-15 08:27:16 +0400
committerLvov Maxim <usrleon@gmail.com>2011-07-15 08:27:16 +0400
commit8a9c8bdc0cf6a79ed37090e595d2290fc900537c (patch)
tree90c394ae14f390d74d48147630056b1bddfe772f
parent0beb900ec6a24f072b8cedcf45fc72e5a16a4787 (diff)
downloadnova-8a9c8bdc0cf6a79ed37090e595d2290fc900537c.tar.gz
nova-8a9c8bdc0cf6a79ed37090e595d2290fc900537c.tar.xz
nova-8a9c8bdc0cf6a79ed37090e595d2290fc900537c.zip
fix redundency
-rwxr-xr-xbin/nova-manage2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/nova-manage b/bin/nova-manage
index 7b78a0b5c..a845ab7a9 100755
--- a/bin/nova-manage
+++ b/bin/nova-manage
@@ -1389,8 +1389,6 @@ def main():
action, fn = matches[0]
# For not decorated methods
- arguments = getattr(fn, 'arguments', '')
- optargs = getattr(fn, 'optargs', '')
options = getattr(fn, 'options', '')
usage = "%prog " + "%s %s <args> [options]" % (sys.argv[2], sys.argv[3])