Subversion Repositories SmartDukaan

Rev

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

Rev 14822 Rev 14823
Line 21... Line 21...
21
            print "Dtr handler exception ",e
21
            print "Dtr handler exception ",e
22
            return [to_t_livePricing(pricing) for pricing in [{}]]
22
            return [to_t_livePricing(pricing) for pricing in [{}]]
23
    
23
    
24
    def isAlive(self, ):
24
    def isAlive(self, ):
25
        """
25
        """
26
        For checking weather service is active alive or not.
26
        For checking weather service is alive or not.
27
        """
27
        """
28
        return True
28
        return True
29
                   
29
                   
30
if __name__ == '__main__':
30
if __name__ == '__main__':
31
    dt  = DtrServiceHandler()
31
    dt  = DtrServiceHandler()