Subversion Repositories SmartDukaan

Rev

Rev 23688 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23688 Rev 23689
Line 2... Line 2...
2
Created on 22/05/2018
2
Created on 22/05/2018
3
 
3
 
4
@author: Govind
4
@author: Govind
5
'''
5
'''
6
 
6
 
7
 
-
 
8
from shop2020.thriftpy.utils.ttypes import *
-
 
9
from shop2020.clients.LogisticsClient import LogisticsClient
7
from shop2020.clients.LogisticsClient import LogisticsClient
-
 
8
from shop2020.thriftpy.utils.ttypes import *
-
 
9
 
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