summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Young <sleepsonthefloor@gmail.com>2010-12-23 00:40:41 -0800
committerAnthony Young <sleepsonthefloor@gmail.com>2010-12-23 00:40:41 -0800
commit0a2655ecb6aa6df02014d7ab30b43dd5b615a31a (patch)
tree86ae524f950a68b119c8405272dc01583d41f12f
parente9bd42f731904b16752822cacd0d078d7fd9d798 (diff)
move euca-get-ajax-console up one directory
-rwxr-xr-xtools/euca-get-ajax-console (renamed from tools/euca_additions/euca-get-ajax-console)1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/euca_additions/euca-get-ajax-console b/tools/euca-get-ajax-console
index 608726a5b..49e7c378f 100755
--- a/tools/euca_additions/euca-get-ajax-console
+++ b/tools/euca-get-ajax-console
@@ -12,7 +12,6 @@ possible_topdir = os.path.normpath(os.path.join(os.path.abspath(sys.argv[0]),
if os.path.exists(os.path.join(possible_topdir, 'nova', '__init__.py')):
sys.path.insert(0, possible_topdir)
-sys.path.insert(0, "/root/anso/nova")
import nova
from euca2ools import Euca2ool, InstanceValidationError, Util, ConnectionFailed
from nova.boto_extensions import *