From: W. Trevor King Date: Wed, 8 Dec 2010 14:21:19 +0000 (-0500) Subject: Remove executable bit from *.py files. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2a8dc6f8d91bb544955bde096bd74d94b5b763a9;p=splittable_kwargs.git Remove executable bit from *.py files. --- diff --git a/parse.py b/parse.py old mode 100755 new mode 100644 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? # diff --git a/splittable_kwargs.py b/splittable_kwargs.py old mode 100755 new mode 100644