diff options
author | Jesse Andrews <jesse@gigantor.local> | 2010-07-15 11:07:40 -0500 |
---|---|---|
committer | Jesse Andrews <jesse@gigantor.local> | 2010-07-15 11:07:40 -0500 |
commit | c8fdce011092f23efd55385b45db8e6f3886beb1 (patch) | |
tree | 7f83ed5191fe1b4127232ee3bcd2ea39405e9315 /nova/test.py | |
parent | 122fe2b75f635df0aa3858d05ed6775b76a9776e (diff) | |
download | nova-c8fdce011092f23efd55385b45db8e6f3886beb1.tar.gz nova-c8fdce011092f23efd55385b45db8e6f3886beb1.tar.xz nova-c8fdce011092f23efd55385b45db8e6f3886beb1.zip |
remove import of vendor since we have PPA now
Diffstat (limited to 'nova/test.py')
-rw-r--r-- | nova/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/test.py b/nova/test.py index 1f8a5ff47..864bc3f5a 100644 --- a/nova/test.py +++ b/nova/test.py @@ -26,7 +26,7 @@ import logging import time import unittest -from nova import vendor + import mox from tornado import ioloop from twisted.internet import defer |