diff options
| author | Ed Leafe <ed@leafe.com> | 2011-01-13 10:53:13 -0600 |
|---|---|---|
| committer | Ed Leafe <ed@leafe.com> | 2011-01-13 10:53:13 -0600 |
| commit | 01a1ad3d2cdf61c73ca3ab7aa14e82f0e4450103 (patch) | |
| tree | 55a9fe1b343ea9d851e4a14c6ff68933f1aa7623 | |
| parent | 22b21cde84f200f6fd45ba5f2cfcb6a54e595f1b (diff) | |
| download | nova-01a1ad3d2cdf61c73ca3ab7aa14e82f0e4450103.tar.gz nova-01a1ad3d2cdf61c73ca3ab7aa14e82f0e4450103.tar.xz nova-01a1ad3d2cdf61c73ca3ab7aa14e82f0e4450103.zip | |
Minor code cleanups
| -rw-r--r-- | nova/virt/xenapi/vmops.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/virt/xenapi/vmops.py b/nova/virt/xenapi/vmops.py index 6c6d25709..6e359ef82 100644 --- a/nova/virt/xenapi/vmops.py +++ b/nova/virt/xenapi/vmops.py @@ -22,7 +22,6 @@ Management class for VM-related functions (spawn, reboot, etc). import json import M2Crypto import os -import random import subprocess import tempfile import uuid |
