This commit is contained in:
C. R. Oldham 2015-10-07 21:01:09 -06:00
parent b049377cbe
commit fae3f3ca83

View File

@ -35,6 +35,8 @@ def __virtual__():
# Every proxy module needs an 'init', though you can
# just put a 'pass' here if it doesn't need to do anything.
def init(opts):
log.debug('rest_sample proxy init() called...')
@ -168,4 +170,3 @@ def shutdown(opts):
For this proxy shutdown is a no-op
'''
log.debug('rest_sample proxy shutdown() called...')
pass