Subversion Repositories SmartDukaan

Rev

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

Rev 23681 Rev 23683
Line 14... Line 14...
14
    
14
    
15
if __name__ == '__main__':
15
if __name__ == '__main__':
16
    #test config client 
16
    #test config client 
17
    try:
17
    try:
18
        config_client = ConfigClient()
18
        config_client = ConfigClient()
19
        config_client.set_property('export_entities_path', 'true')
-
 
20
        print config_client.get_property("export_entities_path")
19
        print config_client.get_property("live")
21
 
20
 
22
    except:
21
    except:
23
        print "error while putting up config client"
22
        print "error while putting up config client"
24
23