Subversion Repositories SmartDukaan

Rev

Rev 4503 | Rev 10295 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4503 Rev 5591
Line 30... Line 30...
30
    registeredAddress = Field(String(100))
30
    registeredAddress = Field(String(100))
31
    communicationAddress = Field(String(100))
31
    communicationAddress = Field(String(100))
32
    using_options(shortnames=True)
32
    using_options(shortnames=True)
33
    using_table_options(mysql_engine="InnoDB")
33
    using_table_options(mysql_engine="InnoDB")
34
    
34
    
35
    def __init__(self, params):
35
    def __init__(self):
36
        '''
36
        '''
37
        Constructor
37
        Constructor
38
        '''
38
        '''
39
        pass
39
        pass
40
    
40