X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tools%2Fplatforms%2Fmsp430%2Fpybsl%2Fserial%2Fserialposix.py;h=50ee86aa2b153562bae5e00f4adf928aafb23c92;hp=96a284cd8961373b7dac624cf961d5b0db1ed303;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/tools/platforms/msp430/pybsl/serial/serialposix.py b/tools/platforms/msp430/pybsl/serial/serialposix.py index 96a284cd..50ee86aa 100644 --- a/tools/platforms/msp430/pybsl/serial/serialposix.py +++ b/tools/platforms/msp430/pybsl/serial/serialposix.py @@ -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)