Difference for python/IPO/say.py from version 1.2 to 1.3


version 1.2 version 1.3
Line 34
 
Line 34
 import CFPython  import CFPython
   
 import sys  import sys
 sys.path.append('%s/%s/python' %(CFPython.GetDataDirectory(),CFPython.GetMapDirectory()))  import os.path
   sys.path.append(os.path.join(CFPython.GetDataDirectory(),CFPython.GetMapDirectory(),'python'))
   
 import string  import string
 import CFLog  import CFLog


Legend:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3

File made using version 1.96 of cvs2html by leaf at 2006-02-15 17:29