Subversion Repositories SmartDukaan

Rev

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

Rev 23687 Rev 23688
Line 7... Line 7...
7
 
7
 
8
from shop2020.thriftpy.utils.ttypes import *
8
from shop2020.thriftpy.utils.ttypes import *
9
from shop2020.clients.LogisticsClient import LogisticsClient
9
from shop2020.clients.LogisticsClient import LogisticsClient
10
 
10
 
11
 
11
 
12
logistics_client=LogisticsClient
12
logistics_client=LogisticsClient()
13
client = logistics_client.get_client()
13
client = logistics_client.get_client()
14
 
14
 
15
"""
15
"""
16
mail = Mail()
16
mail = Mail()
17
mail.to = ["rajveer.singh@shop2020.in","rajveer.singh@shop2020.in"]
17
mail.to = ["rajveer.singh@shop2020.in","rajveer.singh@shop2020.in"]