Example #1
0
 def get_phone_en_ch_dict(self):
     aiu = AssetInfoUtils()
     enlist = aiu.get_phone_en_list()
     chlist = aiu.get_phone_ch_list()
     d_len = len(enlist)
     return dict([(enlist[i], chlist[i]) for i in range(d_len)])