Subversion Repositories SmartDukaan

Rev

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

Rev 2466 Rev 3133
Line 1... Line 1...
1
'''
1
'''
2
Created on May 24, 2010
2
Created on May 24, 2010
3
@author: Varun Gupta
3
@author: Varun Gupta
4
'''
4
'''
5
from shop2020.clients.UserClient import UserClient
5
from shop2020.clients.UserClient import UserClient
6
from shop2020.clients.InventoryClient import InventoryClient
6
from shop2020.clients.CatalogClient import CatalogClient
7
from shop2020.thriftpy.model.v1.user.ttypes import PromotionException
7
from shop2020.thriftpy.model.v1.user.ttypes import PromotionException
8
from shop2020.model.v1.user.impl import Dataservice
8
from shop2020.model.v1.user.impl import Dataservice
9
from shop2020.model.v1.user.impl.Dataservice import Promotion, Coupon, PromotionTracker
9
from shop2020.model.v1.user.impl.Dataservice import Promotion, Coupon, PromotionTracker
10
from shop2020.utils.Utils import to_py_date
10
from shop2020.utils.Utils import to_py_date
11
 
11