home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 July / maximum-cd-2010-07.iso / DiscContents / wesnoth-1.8-win32.exe / data / tools / unit_tree / __init__.py next >
Encoding:
Text File  |  2008-10-06  |  206 b   |  4 lines

  1. # When Python looks for a package, it considers all directories with 
  2. # a file named __init__.py inside them. Therefore we need this file. 
  3. # Any code put in here would get executed on "import wesnoth".
  4.