diff options
author | termie <github@anarkystic.com> | 2011-03-24 16:38:30 -0700 |
---|---|---|
committer | termie <github@anarkystic.com> | 2011-03-24 16:38:30 -0700 |
commit | 2b243dbb2e12a7f510a7c6c01298884fa8927c12 (patch) | |
tree | 8a7f176081eb19da33080ace33fe802fe06bde24 /nova/test.py | |
parent | 0deaa854d1854c0edaf2b8ba903ee79638c7b2d0 (diff) | |
download | nova-2b243dbb2e12a7f510a7c6c01298884fa8927c12.tar.gz nova-2b243dbb2e12a7f510a7c6c01298884fa8927c12.tar.xz nova-2b243dbb2e12a7f510a7c6c01298884fa8927c12.zip |
port the objectstore tests to the new tests
Diffstat (limited to 'nova/test.py')
-rw-r--r-- | nova/test.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/test.py b/nova/test.py index 5170775d0..3b608520a 100644 --- a/nova/test.py +++ b/nova/test.py @@ -33,7 +33,6 @@ import unittest import mox import shutil import stubout -from eventlet import greenpool from eventlet import greenthread from nova import context |