Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
434 ashish 1
'''
2
Created on 06-Aug-2010
3
 
4
@author: ashish
5
'''
6
from shop2020.config.client.ConfigClient import ConfigClient
7
 
8
 
9
class AWBXMLParser:
10
 
11
    def __init__(self, list):
12
        config_client = ConfigClient()
13
        config_client.get_property("aramex_xml_url")
14
        pass