Skip to content

Commit a0394da

Browse files
author
Kazuki Suzuki Przyborowski
committed
Small update
1 parent 3066268 commit a0394da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyneofile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
__version_date__ = str(__version_date_info__[0]) + "." + str(
6666
__version_date_info__[1]).zfill(2) + "." + str(__version_date_info__[2]).zfill(2)
6767
__revision__ = __version_info__[3]
68-
__revision_id__ = "$Id: e8f430ca2dd331b705df7e8107d81e61ea796166 $"
68+
__revision_id__ = "$Id$"
6969
if(__version_info__[4] is not None):
7070
__version_date_plusrc__ = __version_date__ + \
7171
"-" + str(__version_date_info__[4])

0 commit comments

Comments
 (0)