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


version 1.1 version 1.2
Line 20
 
Line 20
 #  #
 #Updated to use new path functions in CFPython -Todd Mitchell  #Updated to use new path functions in CFPython -Todd Mitchell
   
   import os.path
 import shelve  import shelve
   
 import CFgetPaths  import CFPython
   
 class CFBoard:  class CFBoard:
   
  boarddb_file = '%scrossfireboard' % (CFgetPaths.getPaths('localdir'))   boarddb_file = os.path.join(CFPython.GetLocalDirectory(),'crossfireboard')
  boarddb = {}   boarddb = {}
  total = 0   total = 0
   


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:25