more tweaks

This commit is contained in:
Anthony Young
2010-12-22 23:49:10 -08:00
parent 6d7d6bcf48
commit a31a5c54b5

View File

@@ -20,7 +20,6 @@
"""Ajax Console Proxy Server"""
from eventlet import greenthread
from eventlet.green import urllib2
@@ -31,7 +30,6 @@ import sys
import time
import urlparse
# If ../nova/__init__.py exists, add ../ to Python search path, so that
# it will override what happens to be installed in /usr/(local/)lib/python...
possible_topdir = os.path.normpath(os.path.join(os.path.abspath(sys.argv[0]),
@@ -91,7 +89,6 @@ class AjaxConsoleProxy(object):
start_response("500 ERROR",[])
return "Server Error"
def register_listeners(self):
class Callback:
def __call__(self, data, message):