Changeset 12686


Ignore:
Timestamp:
07/23/12 09:21:01 (13 years ago)
Author:
cborstad
Message:

removed print statement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/startup.py

    r12657 r12686  
    2929                                #add to path
    3030                                sys.path.append(root)
    31                                 print root, "\n"
    3231                                file=os.path.splitext(file)[0]
    3332                                #__import__(file)
     
    4140                                #add to path
    4241                                sys.path.append(root)
    43                                 print root, "\n"
    4442                                file=os.path.splitext(file)[0]
    4543                                #__import__(file)
Note: See TracChangeset for help on using the changeset viewer.