summaryrefslogtreecommitdiffstats
path: root/nova/test.py
diff options
context:
space:
mode:
authorVishvananda Ishaya <vishvananda@gmail.com>2011-02-21 16:19:48 -0800
committerVishvananda Ishaya <vishvananda@gmail.com>2011-02-21 16:19:48 -0800
commit11c57867ec18bd61dcc6bde0dc4b459318d54e70 (patch)
tree4bd4065d0aab48121d223c7992d3ae4e10e403b3 /nova/test.py
parent71f7119910f16cb99c10f43a07ccb1e7c0ca473f (diff)
downloadnova-11c57867ec18bd61dcc6bde0dc4b459318d54e70.tar.gz
nova-11c57867ec18bd61dcc6bde0dc4b459318d54e70.tar.xz
nova-11c57867ec18bd61dcc6bde0dc4b459318d54e70.zip
fixed newline and moved import fake_flags into run_tests where it makes more sense
Diffstat (limited to 'nova/test.py')
-rw-r--r--nova/test.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/nova/test.py b/nova/test.py
index 8022396cd..bff43b6c7 100644
--- a/nova/test.py
+++ b/nova/test.py
@@ -36,9 +36,6 @@ from nova import log as logging
from nova import rpc
from nova.network import manager as network_manager
-from nova.tests import fake_flags
-logging.reset()
-
FLAGS = flags.FLAGS
flags.DEFINE_bool('flush_db', True,