Changeset 2566

Show
Ignore:
Timestamp:
10/19/05 11:31:51 (18 years ago)
Author:
jerome
Message:

Fix for old releases of Python which break on multiline list comprehensions

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/cupspykota

    r2522 r2566  
    111111            lockfile.close() 
    112112            allbackends = [ os.path.join(directory, b) \ 
    113                                 for b in os.listdir(directory)  
     113                                for b in os.listdir(directory) \ 
    114114                                    if os.access(os.path.join(directory, b), os.X_OK) \ 
    115115                                        and (b != myname)]