- Timestamp:
- Aug 1, 2014, 5:12:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140717/ippToPsps/jython/testCode.py
r37156 r37168 6 6 import sys 7 7 # import os 8 #import math8 import math 9 9 # import logging.config 10 10 11 from sqlUtility import sqlUtility11 # from sqlUtility import sqlUtility 12 12 13 13 # testCode class … … 19 19 20 20 def run(self): 21 22 myvalue = "10.0" 23 print "test line" 24 print "log of 5.0: " + str(math.log10(float(myvalue))) 21 25 22 26 names = {}
Note:
See TracChangeset
for help on using the changeset viewer.
