diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-11-25 11:08:05 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-11-25 11:08:05 +0000 |
| commit | b0e8189246b66a6943f6abfc17a61efe04dfb39b (patch) | |
| tree | bc76143ff47e59afe0e9b813f6d16a78823f1038 | |
| parent | b34f5300ef158e5b2a1825a1cd90bf5586d295a3 (diff) | |
| parent | ffe960e8405d2d8852824b569ad63c044dadf521 (diff) | |
Merge "maint: remove an unused import from libvirt.utils"
| -rw-r--r-- | nova/virt/libvirt/utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/virt/libvirt/utils.py b/nova/virt/libvirt/utils.py index 292fe571e..d4ce445bc 100644 --- a/nova/virt/libvirt/utils.py +++ b/nova/virt/libvirt/utils.py @@ -19,7 +19,6 @@ # License for the specific language governing permissions and limitations # under the License. -import errno import hashlib import json import os |
