Removing printer argument now that we use self.printer

This commit is contained in:
Christopher Allan Webber 2012-01-01 11:47:39 -06:00
parent a315962f0d
commit 4c86905789

View File

@ -146,7 +146,7 @@ class MigrationManager(object):
# TODO: Use the friendlier media manager "human readable" name
return u'media type "%s"' % self.name
def init_or_migrate(self, printer=_simple_printer):
def init_or_migrate(self):
"""
Initialize the database or migrate if appropriate.