summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandy <github@anarkystic.com>2010-07-29 20:05:22 +0200
committerandy <github@anarkystic.com>2010-07-29 20:05:22 +0200
commitfe64d63240ee05e972731dbd97f76fcac3e1c5aa (patch)
tree7a96c2132b065995b85644b4a09b5f1123fa9ecf
parent9dfdbe11b89ae1f490257b6f687c2a5f5c90bb14 (diff)
downloadnova-fe64d63240ee05e972731dbd97f76fcac3e1c5aa.tar.gz
nova-fe64d63240ee05e972731dbd97f76fcac3e1c5aa.tar.xz
nova-fe64d63240ee05e972731dbd97f76fcac3e1c5aa.zip
strip out some useless imports
-rw-r--r--nova/tests/flags_unittest.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/nova/tests/flags_unittest.py b/nova/tests/flags_unittest.py
index 44da94d04..d49d5dc43 100644
--- a/nova/tests/flags_unittest.py
+++ b/nova/tests/flags_unittest.py
@@ -16,16 +16,9 @@
# License for the specific language governing permissions and limitations
# under the License.
-import logging
-from twisted.internet import defer
-from twisted.internet import reactor
-from xml.etree import ElementTree
-
from nova import exception
from nova import flags
-from nova import process
from nova import test
-from nova import utils
class FlagsTestCase(test.TrialTestCase):