]> git.pld-linux.org Git - packages/python-pygtk.git/blob - python-pygtk-pyc.patch
- updated to 2.2.0
[packages/python-pygtk.git] / python-pygtk-pyc.patch
1 --- pygtk-1.99.13/codegen/pygtk-codegen-2.0.in.wiget    Mon Sep  9 13:05:36 2002
2 +++ pygtk-1.99.13/codegen/pygtk-codegen-2.0.in  Mon Sep  9 13:07:43 2002
3 @@ -7,4 +7,9 @@
4  PYTHONPATH=$codegendir
5  export PYTHONPATH
6  
7 -exec @PYTHON@ $codegendir/codegen.py "$@"
8 +if [ -f $codegendir/codegen.pyc ] ; then
9 +       codegenexe="$codegendir/codegen.pyc"
10 +else
11 +       codegenexe="$codegendir/codegen.py"
12 +fi
13 +exec @PYTHON@ $codegenexe "$@"
This page took 0.322858 seconds and 3 git commands to generate.