Mercurial > eagle-eye
view pyikriam/lazy/www/core/__init__.py @ 62:a4c364888197
add ikriam game binding lib python version
author | hychen@mluna |
---|---|
date | Wed, 22 Oct 2008 04:04:32 +0800 |
parents | |
children | 60c4b4b78a01 |
line wrap: on
line source
class SemiProduct: last_work = None source = None content = None def __init__(self, **kwds): self.source = kwds.get('source','') def __str__(self): return self.content