Commit e30c5fc9 authored by Ryan S. Elliott's avatar Ryan S. Elliott
Browse files

Fixed shebang and renamed to lib/kim/Install.py

parent c29e8fba
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
#!usr/local/python
#!/usr/bin/env python

# install.py tool to setup the kim-api library
# used to automate the steps described in the README file in this dir
@@ -148,4 +148,3 @@ if addflag == 1:
  txt = commands.getstatusoutput(cmd)
  print txt[1]
  if txt[0] != 0: error()