diff options
| author | Anthony Young <sleepsonthefloor@gmail.com> | 2010-12-22 23:49:10 -0800 |
|---|---|---|
| committer | Anthony Young <sleepsonthefloor@gmail.com> | 2010-12-22 23:49:10 -0800 |
| commit | 86b9e564fec24423485b5087e41584abd0de1da0 (patch) | |
| tree | daddc543bcf51917d5fceed6bf239d95bda92027 | |
| parent | e6a01c663bbcd5fc5244c48b97ef0bef4ce524ea (diff) | |
more tweaks
| -rwxr-xr-x | bin/nova-ajax-proxy | 3 |
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): |
