Subversion Repositories SmartDukaan

Rev

Rev 404 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
130 ashish 1
'''
2
Created on 03-May-2010
3
 
4
@author: ashish
5
'''
6
from shop2020.model.v1.user.impl.Dataservice import *
7
 
8
init = initialize
9
 
10
init()
11
 
12
user = User()
13
primary_info = PrimaryInfo()
14
intenralInfo = InternalInfo()
15
state = State()
16