]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tools/platforms/msp430/pybsl/serial/serialposix.py
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tools / platforms / msp430 / pybsl / serial / serialposix.py
index 96a284cd8961373b7dac624cf961d5b0db1ed303..50ee86aa2b153562bae5e00f4adf928aafb23c92 100644 (file)
@@ -12,7 +12,7 @@
 import sys, os, fcntl, termios, struct, string, select
 import serialutil
 
-VERSION = string.split("$Revision$")[1]     #extract CVS version
+VERSION = "$Revision$"     #extract CVS version
 
 PARITY_NONE, PARITY_EVEN, PARITY_ODD = range(3)
 STOPBITS_ONE, STOPBITS_TWO = (1, 2)