summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Young <sleepsonthefloor@gmail.com>2010-12-22 23:49:10 -0800
committerAnthony Young <sleepsonthefloor@gmail.com>2010-12-22 23:49:10 -0800
commit86b9e564fec24423485b5087e41584abd0de1da0 (patch)
treedaddc543bcf51917d5fceed6bf239d95bda92027
parente6a01c663bbcd5fc5244c48b97ef0bef4ce524ea (diff)
more tweaks
-rwxr-xr-xbin/nova-ajax-proxy3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/nova-ajax-proxy b/bin/nova-ajax-proxy
index 3adc1018c..bc828c5b1 100755
--- a/bin/nova-ajax-proxy
+++ b/bin/nova-ajax-proxy
@@ -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):