ENH: removed expansion for few Date and Revision SVN keywords

For consistency of appearance... eventually we might just remove them
altogether
This commit is contained in:
Yaroslav Halchenko
2011-11-18 10:14:39 -05:00
parent dad91f7969
commit a9be451079
5 changed files with 8 additions and 8 deletions

View File

@@ -19,11 +19,11 @@
# Author: Cyril Jaquier
#
# $Revision: 567 $
# $Revision$
__author__ = "Cyril Jaquier"
__version__ = "$Revision: 567 $"
__date__ = "$Date: 2007-03-26 23:17:31 +0200 (Mon, 26 Mar 2007) $"
__version__ = "$Revision$"
__date__ = "$Date$"
__copyright__ = "Copyright (c) 2004 Cyril Jaquier"
__license__ = "GPL"