Difference for python/CFMail.py from version 1.2 to 1.3


version 1.2 version 1.3
Line 23
 
Line 23
 import os.path  import os.path
 import shelve  import shelve
   
 import CFPython  import Crossfire
   
 class CFMail:  class CFMail:
   
  maildb_file = os.path.join(CFPython.GetLocalDirectory(),'crossfiremail')   maildb_file = os.path.join(Crossfire.LocalDirectory(),'crossfiremail')
  maildb = {}   maildb = {}
  total = 0   total = 0
   


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