view pyikriam/lazy/www/core/__init__.py @ 219:7107c26ba197

Add class CreateAccount. this class is not finsh yet.
author kevin@localhost.localdomain
date Tue, 04 Nov 2008 16:27:10 +0800
parents a4c364888197
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