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 TLogisticsUserdef to_t_luser(luser):t_luser = TLogisticsUser()t_luser.username = luser.usernamet_luser.providerId = luser.providerIdreturn t_luser