summaryrefslogtreecommitdiffstats
path: root/bin/nova-api
diff options
context:
space:
mode:
authorJesse Andrews <jesse@gigantor.local>2010-07-15 11:07:40 -0500
committerJesse Andrews <jesse@gigantor.local>2010-07-15 11:07:40 -0500
commitc8fdce011092f23efd55385b45db8e6f3886beb1 (patch)
tree7f83ed5191fe1b4127232ee3bcd2ea39405e9315 /bin/nova-api
parent122fe2b75f635df0aa3858d05ed6775b76a9776e (diff)
remove import of vendor since we have PPA now
Diffstat (limited to 'bin/nova-api')
-rwxr-xr-xbin/nova-api2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nova-api b/bin/nova-api
index 7bc9166b8..ae274abf6 100755
--- a/bin/nova-api
+++ b/bin/nova-api
@@ -23,7 +23,7 @@ Tornado daemon for the main API endpoint.
import logging
-from nova import vendor
+
from tornado import httpserver
from tornado import ioloop