Changeset 222


Ignore:
Timestamp:
04/09/10 11:25:29 (14 years ago)
Author:
bas
Message:

setup.py.in:

Disables version torque 2.3 to use 2.4 setup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/setup.py.in

    r221 r222  
    4141        pass
    4242
    43 if major_version in [ '2.3', '2.4']:
     43if major_version in [ '2.4' ]:
    4444        os.symlink('pbs_wrap_2.4.c', 'pbs_wrap.c')
    4545        os.symlink('pbs_2.4.py', 'pbs.py')
Note: See TracChangeset for help on using the changeset viewer.