Navigation Menu

Skip to content

Commit

Permalink
fixing up some python weirdness
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 20, 2011
1 parent 3c5c42c commit 3b64149
Show file tree
Hide file tree
Showing 41 changed files with 250 additions and 2,811 deletions.
1 change: 1 addition & 0 deletions Makedefs.in
Expand Up @@ -47,6 +47,7 @@ ANT = @ANT@ -e
WSDL2C = @WSDL2C@
JAVA_HOME = @JAVA_HOME@
RM = @RM@
PYTHON_BIN = @PYTHON_BIN@

# compile time configurations
euca_theme = @INTERFACE_THEME@
Expand Down
4 changes: 2 additions & 2 deletions clc/eucadmin/Makefile
Expand Up @@ -27,10 +27,10 @@ all: euca_admin
build: euca_admin

euca_admin:
python2.5 setup.py build
$(PYTHON_BIN) setup.py build

install: euca_admin
python2.5 setup.py install
$(PYTHON_BIN) setup.py install

clean:
@$(RM) -fr ./dist
Expand Down
82 changes: 0 additions & 82 deletions clc/eucadmin/build/lib.linux-x86_64-2.6/eucadmin/__init__.py

This file was deleted.

206 changes: 0 additions & 206 deletions clc/eucadmin/build/lib.linux-x86_64-2.6/eucadmin/clusters.py

This file was deleted.

82 changes: 0 additions & 82 deletions clc/eucadmin/build/lib.linux-x86_64-2.6/eucadmin/command.py

This file was deleted.

0 comments on commit 3b64149

Please sign in to comment.