Ignore:
Timestamp:
04/28/11 23:28:16 (13 years ago)
Author:
tim
Message:

improved version information interface by adding a special purpose function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/pyregfi/__init__.py

    r232 r233  
    182182
    183183
     184## Returns the (py)regfi library version
     185#
     186# @return A string indicating the version
     187def getVersion():
     188    return regfi.regfi_version()
     189
     190
    184191## Retrieves messages produced by regfi during parsing and interpretation
    185192#
Note: See TracChangeset for help on using the changeset viewer.