/[gnue]/gnue-common/setup-cvs.py
ViewVC logotype

Diff of /gnue-common/setup-cvs.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.49 by jamest, Fri Jun 20 01:21:43 2003 UTC revision 1.50 by siesel, Thu Jul 31 10:50:15 2003 UTC
# Line 98  def findAllPythonExes(): Line 98  def findAllPythonExes():
98    
99        # Do not include python 1.x files        # Do not include python 1.x files
100        if version < '2':        if version < '2':
101          break          pass
102          
103          # Do not include python2.2-popy-config
104          elif len(version)>8:
105            pass
106    
107        if os.path.samefile(file, sys.executable):        elif os.path.samefile(file, sys.executable):
108          # If this file is the one being executed, just replace w/full name          # If this file is the one being executed, just replace w/full name
109          if results[0] == sys.executable:          if results[0] == sys.executable:
110            results[0] = file            results[0] = file

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26