Difference for python/CFLog.py from version 1.1 to 1.2


version 1.1 version 1.2
Line 21
 
Line 21
 #Updated to use new path functions in CFPython -Todd Mitchell  #Updated to use new path functions in CFPython -Todd Mitchell
   
 import shelve  import shelve
   import os.path
   
   import CFPython
 import CFgetPaths  
 from time import localtime, strftime, time  from time import localtime, strftime, time
   
 class CFLog:  class CFLog:
   
  logdb_file = '%scrossfirelog' % (CFgetPaths.getPaths('localdir'))      logdb_file = os.path.join(CFPython.GetLocalDirectory(),'crossfirelog')
  logdb = {}   logdb = {}
   
  def __init__(self):   def __init__(self):


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

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