Subversion Repositories SmartDukaan

Rev

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

Rev 7096 Rev 7109
Line 1948... Line 1948...
1948
        try:
1948
        try:
1949
            return get_circle(id, code).to_thrift_object()
1949
            return get_circle(id, code).to_thrift_object()
1950
        finally:
1950
        finally:
1951
            self.closeSession()
1951
            self.closeSession()
1952
            
1952
            
-
 
1953
    def retrieveHotspotRechargeInvoice(self, rechargeId):
-
 
1954
        try:
-
 
1955
            return retrieve_hotspot_recharge_invoice(rechargeId)
-
 
1956
        finally:
-
 
1957
            self.closeSession()
-
 
1958
            
1953
    def closeSession(self, ):
1959
    def closeSession(self, ):
1954
        close_session()
1960
        close_session()
1955
 
1961
 
1956
    def isAlive(self, ):
1962
    def isAlive(self, ):
1957
        """
1963
        """