diff options
author | Paul Pogonyshev <pogonyshev@gmx.net> | 2009-05-31 17:43:16 +0300 |
---|---|---|
committer | Paul Pogonyshev <pogonyshev@gmx.net> | 2009-05-31 17:43:16 +0300 |
commit | 08623e54a426377c1504b5c364aabae5a17f8ad8 (patch) | |
tree | 59a71ff7f396d43618dd97ef0dba29287a91b781 /codegen/defsconvert.py | |
parent | 833d4da202bcfcb01a414f8aec4b751ec8e1ccb2 (diff) | |
download | pygobject-08623e54a426377c1504b5c364aabae5a17f8ad8.tar.gz pygobject-08623e54a426377c1504b5c364aabae5a17f8ad8.tar.xz pygobject-08623e54a426377c1504b5c364aabae5a17f8ad8.zip |
Install executable codegen parts with executing permissions
Also add shebang where it was missing. Bug #583979.
Diffstat (limited to 'codegen/defsconvert.py')
-rwxr-xr-x[-rw-r--r--] | codegen/defsconvert.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/codegen/defsconvert.py b/codegen/defsconvert.py index 2e71f7b..c3c2324 100644..100755 --- a/codegen/defsconvert.py +++ b/codegen/defsconvert.py @@ -1,3 +1,5 @@ +#! /usr/bin/env python + import sys import string, re |