Changeset 1269


Ignore:
Timestamp:
Apr 18, 2013 10:40:43 PM (12 years ago)
Author:
jemian
Message:

keywords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified hdf5_examine/src/Hdf5Examine/h5toText.py

    r1268 r1269  
    11#!/usr/bin/env python
    22
    3 '''
    4 Print the structure of an HDF5 file to stdout
    5 
    6 $Id$
    7 '''
     3'''Print the structure of an HDF5 file to stdout'''
     4
     5
     6__version__ = '$Id$'
    87
    98
     
    308307    except:
    309308        print
    310         print "SVN: $Id$"
     309        print "SVN: " + __version__
    311310        print "usage: ", sys.argv[0], " [-n ##] HDF5_file_name [another_HDF5_file_name]"
    312311        print "  -n ## : limit number of displayed array items to ## (must be 3 or more or 'None')"
Note: See TracChangeset for help on using the changeset viewer.