summaryrefslogtreecommitdiffstats
path: root/nova/utils.py
diff options
context:
space:
mode:
authorSandy Walsh <sandy.walsh@rackspace.com>2011-02-17 17:39:03 -0400
committerSandy Walsh <sandy.walsh@rackspace.com>2011-02-17 17:39:03 -0400
commit782a5736b01f44af43f742de537bdbe4bbda6d88 (patch)
treebdd2fbb08a98b66d9140a9be71f3a8b23778345b /nova/utils.py
parent5a988eb393c306097250a7f17ea65f0919fd9219 (diff)
parent52753aae3486f654b9fb19d6423fc26dc180644d (diff)
downloadnova-782a5736b01f44af43f742de537bdbe4bbda6d88.tar.gz
nova-782a5736b01f44af43f742de537bdbe4bbda6d88.tar.xz
nova-782a5736b01f44af43f742de537bdbe4bbda6d88.zip
changed from 003-004 migration
Diffstat (limited to 'nova/utils.py')
-rw-r--r--nova/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/utils.py b/nova/utils.py
index 8d7ff1f64..ba71ebf39 100644
--- a/nova/utils.py
+++ b/nova/utils.py
@@ -25,7 +25,6 @@ import inspect
import json
import os
import random
-import subprocess
import socket
import struct
import sys
@@ -36,6 +35,7 @@ import netaddr
from eventlet import event
from eventlet import greenthread
+from eventlet.green import subprocess
from nova import exception
from nova.exception import ProcessExecutionError