From 44a3984a099bc344b57d0b37634cd8c700b84904 Mon Sep 17 00:00:00 2001 From: "Mark W. Eichin" Date: Mon, 6 Apr 2009 05:56:45 +0000 Subject: fix keywords magic (by changing Id to Id: which won't be visible in the diff) --- lib/zephyr_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/zephyr_tests.py') 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 -- cgit v1.2.3