diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2015-09-13 17:09:56 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2015-09-13 17:09:56 +0000 |
| commit | 1245fa37694b8cce14639bfc9b016aa4bd23776c (patch) | |
| tree | c049d1528abbd5643b46a6460d1b3bdff705e748 /share/extensions/simplepath.py | |
| parent | Clean up the executable bits for extensions (diff) | |
| download | inkscape-1245fa37694b8cce14639bfc9b016aa4bd23776c.tar.gz inkscape-1245fa37694b8cce14639bfc9b016aa4bd23776c.zip | |
Second round of extension executable bit cleanup.
Add/remove executable bits and shebangs as appropriate.
The extension entry point should be executable, while
Python files that contain libraries and are not entry points
should not be executable. Shebang lines should only be
present in executable files.
(bzr r14362)
Diffstat (limited to 'share/extensions/simplepath.py')
| -rw-r--r--[-rwxr-xr-x] | share/extensions/simplepath.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/extensions/simplepath.py b/share/extensions/simplepath.py index 94ab09242..514dd4666 100755..100644 --- a/share/extensions/simplepath.py +++ b/share/extensions/simplepath.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python """ simplepath.py functions for digesting paths into a simple list structure |
