Added an explanation for the __init__.py file.

This commit is contained in:
Elias Pschernig 2007-05-31 19:08:13 +00:00
parent 48a82a6f55
commit f0d285d625

View file

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