Subversion Repositories SmartDukaan

Rev

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

Rev 20874 Rev 20927
Line 1... Line -...
1
from shop2020.model.v1.user.impl.Dataservice import Counter
-
 
2
from shop2020.thriftpy.model.v1.user.ttypes import Address as TAddress, \
1
from shop2020.thriftpy.model.v1.user.ttypes import Address as TAddress, \
3
    UserCommunication as TUserCommunication, User as TUser, Cart as TCart, \
2
    UserCommunication as TUserCommunication, User as TUser, Cart as TCart, \
4
    Line as TLine, MasterAffiliate as TMasterAffiliate, Affiliate as TAffiliate, \
3
    Line as TLine, MasterAffiliate as TMasterAffiliate, Affiliate as TAffiliate, \
5
    Tracker as TTracker, TrackLog as TTrackLog, Promotion as TPromotion, \
4
    Tracker as TTracker, TrackLog as TTrackLog, Promotion as TPromotion, \
6
    Coupon as TCoupon, Discount as TDiscount, \
5
    Coupon as TCoupon, Discount as TDiscount, \