Subversion Repositories SmartDukaan

Rev

Rev 1610 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

'''
Created on 03-Feb-2011

@author: ashish
'''
from shop2020.thriftpy.utils.ttypes import LogisticsUser as TLogisticsUser

def to_t_luser(luser):
    t_luser = TLogisticsUser()
    t_luser.username = luser.username
    t_luser.providerId = luser.providerId
    return t_luser