Remove executable bit from *.py files.
authorW. Trevor King <wking@drexel.edu>
Wed, 8 Dec 2010 14:21:19 +0000 (09:21 -0500)
committerW. Trevor King <wking@drexel.edu>
Wed, 8 Dec 2010 14:21:19 +0000 (09:21 -0500)
parse.py [changed mode: 0755->0644]
splittable_kwargs.py [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 414b50c..43012cd
--- a/parse.py
+++ b/parse.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Problem: how to split **kwargs among several functions?
 # Which args should go to which functions?
 #
old mode 100755 (executable)
new mode 100644 (file)