Fix pep8 error in bin/nova-manage

Also remove unused imports.

Change-Id: I6a5379ef9493fe39ba9442e809d0aeeaa97fb7b1
This commit is contained in:
Chris Behrens
2012-10-08 21:07:34 +00:00
parent d3ed2f3b6c
commit 26377dcf8b

View File

@@ -54,10 +54,7 @@
CLI interface for nova management. CLI interface for nova management.
""" """
import ast
import errno
import gettext import gettext
import math
import netaddr import netaddr
import optparse import optparse
import os import os
@@ -1133,7 +1130,6 @@ class AgentBuildCommands(object):
'md5hash': md5hash}) 'md5hash': md5hash})
class GetLogCommands(object): class GetLogCommands(object):
"""Get logging information""" """Get logging information"""