commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue-common setup-cvs.py


From: Jan Ischebeck
Subject: gnue-common setup-cvs.py
Date: Thu, 31 Jul 2003 06:50:15 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue-common
Branch:         
Changes by:     Jan Ischebeck <address@hidden>  03/07/31 06:50:15

Modified files:
        .              : setup-cvs.py 

Log message:
        remove python?.?-popy-config lines from choices for python interpreter

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/setup-cvs.py.diff?tr1=1.49&tr2=1.50&r1=text&r2=text

Patches:
Index: gnue-common/setup-cvs.py
diff -c gnue-common/setup-cvs.py:1.49 gnue-common/setup-cvs.py:1.50
*** gnue-common/setup-cvs.py:1.49       Thu Jun 19 21:21:43 2003
--- gnue-common/setup-cvs.py    Thu Jul 31 06:50:15 2003
***************
*** 98,106 ****
  
        # Do not include python 1.x files
        if version < '2':
!         break
  
!       if os.path.samefile(file, sys.executable):
          # If this file is the one being executed, just replace w/full name
          if results[0] == sys.executable:
            results[0] = file
--- 98,110 ----
  
        # Do not include python 1.x files
        if version < '2':
!         pass
!       
!       # Do not include python2.2-popy-config
!       elif len(version)>8:
!       pass
  
!       elif os.path.samefile(file, sys.executable):
          # If this file is the one being executed, just replace w/full name
          if results[0] == sys.executable:
            results[0] = file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]