diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2012-01-13 13:54:32 -0800 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2012-01-13 13:55:38 -0800 |
| commit | 20b4d895124cee887568ca8723ce0d3ffdc3a05a (patch) | |
| tree | 0d8aab029dcbb951a0c0e6dccad4009c4bdd5d2c /nova/volume | |
| parent | e08eeea94f0bc27d5bff5ae428e36fb32aaef58c (diff) | |
Remove a whole bunch of unused imports
Change-Id: I6759e5b6250c48cc0deb4b198b44c948c64c47d1
Diffstat (limited to 'nova/volume')
| -rw-r--r-- | nova/volume/manager.py | 2 | ||||
| -rw-r--r-- | nova/volume/xensm.py | 4 |
2 files changed, 0 insertions, 6 deletions
diff --git a/nova/volume/manager.py b/nova/volume/manager.py index 19c2eb9c0..63eb04664 100644 --- a/nova/volume/manager.py +++ b/nova/volume/manager.py @@ -38,8 +38,6 @@ intact. """ -import sys - from nova import context from nova import exception from nova import flags diff --git a/nova/volume/xensm.py b/nova/volume/xensm.py index a50362899..bf219f273 100644 --- a/nova/volume/xensm.py +++ b/nova/volume/xensm.py @@ -12,10 +12,6 @@ # License for the specific language governing permissions and limitations # under the License. -import sys -import time -import os - from nova import exception from nova import flags from nova import log as logging |
