CollectingPrinter is a class, not a function!

This commit is contained in:
Christopher Allan Webber 2012-01-29 17:10:18 -06:00
parent 9303d47df0
commit 245e6d83a6

View File

@ -489,7 +489,7 @@ def _insert_migration3_objects(session):
session.commit()
def CollectingPrinter(object):
class CollectingPrinter(object):
def __init__(self):
self.collection = []