Changeset 1109


Ignore:
Timestamp:
08/04/06 10:07:05 (18 years ago)
Author:
mar637
Message:

removed print statement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SConscript

    r1105 r1109  
    55myenv = env.Copy()
    66
    7 
     7# gather cpp files
    88cpps = SGlob("*.cpp")
    99pycpps = SGlob("python_*.cpp")
    1010for pf in pycpps: cpps.remove(pf)
    11 print cpps
    1211
    1312casalibd = os.path.join(myenv['CASAROOT'],myenv['CASAARCH'],'lib')
Note: See TracChangeset for help on using the changeset viewer.