diff options
| author | Anthony Young <sleepsonthefloor@gmail.com> | 2011-09-12 09:15:31 -0700 |
|---|---|---|
| committer | Anthony Young <sleepsonthefloor@gmail.com> | 2011-09-12 09:15:31 -0700 |
| commit | 4cbfc60b225d0386b6719e49fc9797fd72dc219b (patch) | |
| tree | 544d18018d2518d6725de1141227a24f3385c8c7 | |
| parent | f40955d419c886be29213f73f5ffdf2f38e00057 (diff) | |
| download | nova-4cbfc60b225d0386b6719e49fc9797fd72dc219b.tar.gz nova-4cbfc60b225d0386b6719e49fc9797fd72dc219b.tar.xz nova-4cbfc60b225d0386b6719e49fc9797fd72dc219b.zip | |
remove unused dep
| -rw-r--r-- | nova/tests/test_libvirt.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/tests/test_libvirt.py b/nova/tests/test_libvirt.py index d776a386b..5346e089b 100644 --- a/nova/tests/test_libvirt.py +++ b/nova/tests/test_libvirt.py @@ -16,7 +16,6 @@ import copy import eventlet -import inspect import mox import os import re |
