From e30c5fc9560c82a7da026fbe951e852d40e3c088 Mon Sep 17 00:00:00 2001
From: "Ryan S. Elliott" <relliott@umn.edu>
Date: Mon, 10 Jul 2017 21:05:29 -0500
Subject: [PATCH] Fixed shebang and renamed to lib/kim/Install.py

---
 lib/kim/{install.py => Install.py} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename lib/kim/{install.py => Install.py} (99%)

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 ca426f3f2e..bcd22dcbb3 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()
-
-- 
GitLab