Changeset 4065 for anuga_core/source


Ignore:
Timestamp:
Dec 7, 2006, 9:18:49 AM (18 years ago)
Author:
nick
Message:

removed old code from util.py get_version_info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/abstract_2d_finite_volumes/util.py

    r4009 r4065  
    532532def get_version_info():
    533533    """gets the version number of the SVN
     534    NOTE: doesn't work on all systems eg GA's cyclone (64 bit linux cluster)
    534535    """
    535536   
     
    556557       
    557558    return info
    558    
    559     #if sys.platform == 'win32':
    560     #    msg = 'does not work in Windows .... yet'
    561     #    raise OSError, msg
    562     #else:   
    563     #    fid = os.popen('svn -info')
    564     #    info = fid.readlines()
    565     #    fid.close()
    566     #    return info
    567    
    568559   
    569560def sww2timeseries(swwfiles,
Note: See TracChangeset for help on using the changeset viewer.