deb-heat/heat/tests/examples/__init__.py
Angus Salkeld 0c93a40b60 kill all pep8 errors in parser and resources
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
2012-04-17 12:10:44 +10:00

7 lines
104 B
Python

def setup():
print "package setup complete"
def teardown():
print "package teardown complete"