source: anuga_core/source/anuga/version.py @ 7340

Last change on this file since 7340 was 6878, checked in by rwilson, 16 years ago

Removed extraneous '#'.

  • Property svn:keywords set to LastChangedDate LastChangedRevision LastChangedBy HeadURL Id
File size: 276 bytes
RevLine 
[6851]1## Subversion keywords:
[6849]2       
[6850]3author_string = '$Author: ole $'
4date_string = '$Date: 2009-04-22 04:07:32 +0000 (Wed, 22 Apr 2009) $'
[6878]5revision_string = '$LastChangedRevision: 6878 $'
[6849]6
[6850]7#$LastChangedDate: 2009-04-22 04:07:32 +0000 (Wed, 22 Apr 2009) $
8#$LastChangedRevision: 6878 $
9#$LastChangedBy: ole $
[6849]10
11def get_version():
12    """Extract version info from keyword strings
13    """
14   
15    pass
Note: See TracBrowser for help on using the repository browser.