comparison ikweb/tools/lazy/www/core/__init__.py @ 247:7747bbe5b68e

start to develope Information Exchange Center of Ikariam Game. (prototpye)
author "Hisn Yi, Chen <ossug.hychen@gmail.com>"
date Mon, 01 Dec 2008 00:27:22 +0800
parents
children
comparison
equal deleted inserted replaced
246:60c4b4b78a01 247:7747bbe5b68e
1
2 class SemiProduct:
3
4 last_work = None
5 source = None
6 content = None
7
8 def __init__(self, **kwds):
9 self.source = kwds.get('source','')
10
11 def __str__(self):
12 return self.content