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

This commit is contained in:
Ryan S. Elliott 2017-07-10 21:05:29 -05:00
parent c29e8fba9b
commit e30c5fc956
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!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()