Changeset 2209
- Timestamp:
- 26/02/07 15:12:48 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI02-CSML/trunk/csml/API/csmlutils.py
r2208 r2209 37 37 with a message describing the change. 38 38 """ 39 print 'new' 40 print type(value) 41 print value 39 42 40 rtMessage="" 43 41 newValue=None … … 86 84 if type(newValue) is float: 87 85 if len(str(int(newValue))) ==14: # it's a time 88 print newValue89 86 newValue=csml.csmllibs.csmltime.convertValueToCSML(newValue) 90 print type(newValue)91 print newValue92 87 return (newValue)
Note: See TracChangeset
for help on using the changeset viewer.