diff options
| author | termie <github@anarkystic.com> | 2011-05-25 15:43:04 -0700 |
|---|---|---|
| committer | termie <github@anarkystic.com> | 2011-05-25 15:43:04 -0700 |
| commit | f56df190ee888ae731740e7e949fb6f0c012d687 (patch) | |
| tree | 7102fca90497e4e828fae65ea1c9068fa13dbf6c | |
| parent | 7755bbfc7b16248dab23bfab479d09501519290f (diff) | |
replace removed import
| -rw-r--r-- | nova/tests/test_cloud.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/tests/test_cloud.py b/nova/tests/test_cloud.py index ca3ef7ffe..b64be662e 100644 --- a/nova/tests/test_cloud.py +++ b/nova/tests/test_cloud.py @@ -19,6 +19,7 @@ from base64 import b64decode from M2Crypto import BIO from M2Crypto import RSA +import os from eventlet import greenthread |
