diff --git a/lib/kim/install.py b/lib/kim/Install.py similarity index 99% rename from lib/kim/install.py rename to lib/kim/Install.py index ca426f3f2ef19d3e931c2b3836cdf70ce3b72193..bcd22dcbb3dc80300cdd4754bc2064bb7e5d452b 100644 --- a/lib/kim/install.py +++ b/lib/kim/Install.py @@ -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() -