Subversion Repositories SmartDukaan

Rev

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

Rev 203 Rev 238
Line 5... Line 5...
5
'''
5
'''
6
 
6
 
7
 
7
 
8
from elixir import *
8
from elixir import *
9
 
9
 
-
 
10
 
-
 
11
 
-
 
12
 
10
class code_words(Entity):
13
class code_words(Entity):
11
    key = Field(String(100))
14
    key = Field(String(100))
12
    value = Field(String(1000))
15
    value = Field(String(1000))
13
    description = Field(String(1000)) 
16
    description = Field(String(1000)) 
14
 
17