comparison pyikriam/lazy/www/core/__init__.py @ 68:4ba1e981716d

merged kevint and hychen's work.
author "Rex Tsai <chihchun@kalug.linux.org.tw>"
date Wed, 22 Oct 2008 06:24:39 +0800
parents a4c364888197
children 60c4b4b78a01
comparison
equal deleted inserted replaced
67:6eccb3a95df5 68:4ba1e981716d
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