]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tools/platforms/msp430/pybsl/serial/__init__.py
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tools / platforms / msp430 / pybsl / serial / __init__.py
index b8c1af35d070a6a8edae3282895ab1198eba445c..adc2df323996659b90f8ae4185c6c1715605f47f 100644 (file)
@@ -6,7 +6,7 @@
 # this is distributed under a free software license, see license.txt
 
 import sys, os, string
-VERSION = string.split("$Revision$")[1]     #extract CVS version
+VERSION = "$Revision$"     #extract CVS version
 
 #chose an implementation, depending on os
 if os.name == 'nt': #sys.platform == 'win32':