diff options
author | Mark W. Eichin <eichin@thok.org> | 2009-04-06 05:56:45 +0000 |
---|---|---|
committer | Mark W. Eichin <eichin@thok.org> | 2009-04-06 05:56:45 +0000 |
commit | 44a3984a099bc344b57d0b37634cd8c700b84904 (patch) | |
tree | 474f1772091fb130ab3d1b2a86120af570ec2aa4 /lib | |
parent | bc9ba0236169931cd505724ffa0d53391d37492a (diff) |
fix keywords magic (by changing Id to Id: which won't be visible in the diff)
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/zephyr_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zephyr_tests.py b/lib/zephyr_tests.py index 4b865a3..8473b1f 100755 --- a/lib/zephyr_tests.py +++ b/lib/zephyr_tests.py @@ -16,7 +16,7 @@ from ctypes import c_uint16, c_uint32 from ctypes import POINTER, c_void_p, c_char_p from ctypes import Structure, Union, sizeof -__revision__ = "$Id 0 0 0 $" +__revision__ = "$Id$" __version__ = "%s/%s" % (__revision__.split()[3], __revision__.split()[2]) # TODO: pick some real framework later, we're just poking around for now |