Single quotes

This commit is contained in:
Thomas S Hatch 2013-01-19 18:22:54 -07:00
parent 2a3ac0b7c9
commit 86ed822148

View file

@ -378,9 +378,9 @@ class TestDaemon(object):
return True
def post_setup_minions(self):
"""
'''
Subclass this method to execute code after the minions have been setup
"""
'''
def _enter_mockbin(self):
path = os.environ.get('PATH', '')