annotate pyikriam/__init__.py @ 199:b33c8dbe9b04

fixed is_any_corruption
author "Rex Tsai <chihchun@kalug.linux.org.tw>"
date Mon, 03 Nov 2008 12:00:54 +0800
parents 6ab01f709650
children 60c4b4b78a01
rev   line source
166
f7fd2738b9b4 Move Ikariam out of __init__.py to ikariam.py.
Thinker K.F. Li <thinker@branda.to>
parents: 162
diff changeset
1 from ikariam import Ikariam
62
a4c364888197 add ikriam game binding lib python version
hychen@mluna
parents:
diff changeset
2
167
6ab01f709650 Fix semantic error
Thinker K.F. Li <thinker@branda.to>
parents: 166
diff changeset
3 __all__ = ('Ikariam',)