annotate pyikriam/example.py @ 129:3756298f8e4b

fixed the island and city id in the military reports.
author "Rex Tsai <chihchun@kalug.linux.org.tw>"
date Fri, 31 Oct 2008 01:53:57 +0800
parents 19d2a7b175b3
children 7551342718b6
rev   line source
62
a4c364888197 add ikriam game binding lib python version
hychen@mluna
parents:
diff changeset
1 from __init__ import Ikariam
a4c364888197 add ikriam game binding lib python version
hychen@mluna
parents:
diff changeset
2
64
19d2a7b175b3 Load configure data from .eagleeye.pm
kevin@localhost.localdomain
parents: 62
diff changeset
3 i = Ikariam()
62
a4c364888197 add ikriam game binding lib python version
hychen@mluna
parents:
diff changeset
4 city = i.city(117261)
a4c364888197 add ikriam game binding lib python version
hychen@mluna
parents:
diff changeset
5 city.sync()
a4c364888197 add ikriam game binding lib python version
hychen@mluna
parents:
diff changeset
6 print 'gold is'+city.gold