Changeset 632
- Timestamp:
- Oct 17, 2007 1:15:02 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/testScripts/NBosCommand.py
r631 r632 2 2 3 3 from socket import gethostname 4 import sys 4 5 5 6 #------------------------------------------------------------------------ … … 10 11 def run(cmd) : 11 12 12 if gethostname()=='math01.watson.ibm.com' :13 if sys.version[:6]<'2.4.0' : 13 14 14 15 # this machine has a back level of python, so must use an older
Note: See TracChangeset
for help on using the changeset viewer.