Difference for python/events/python_init.py from version 1.1 to 1.2


version 1.1 version 1.2
Line 2
 
Line 2
 import os.path  import os.path
 import sys  import sys
   
   print "Running python initialize script."
 sys.path.insert(0, os.path.join(CFPython.GetDataDirectory(), CFPython.GetMapDirectory(), 'python'))  sys.path.insert(0, os.path.join(CFPython.GetDataDirectory(), CFPython.GetMapDirectory(), 'python'))
   
   import CFGuilds
   print "Updating Guilds"
   CFGuilds.GuildUpdate()


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