Package Products :: Package ZenEvents :: Module UpdateCheck
[hide private]
[frames] | no frames]

Source Code for Module Products.ZenEvents.UpdateCheck

 1  ############################################################################## 
 2  #  
 3  # Copyright (C) Zenoss, Inc. 2012, all rights reserved. 
 4  #  
 5  # This content is made available according to terms specified in 
 6  # License.zenoss under the directory where your Zenoss product is installed. 
 7  #  
 8  ############################################################################## 
 9   
10   
11  # TODO: This is a placeholder for zenpack compatibility in the upgrade 
12  # scenario. Once we no longer need to support upgrades from any time before 
13  # v4.2, this can be removed. 
14 -class UpdateCheck(object):
15 pass
16