Removing printer argument now that we use self.printer
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 1 Jan 2012 17:47:39 +0000 (11:47 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 29 Jan 2012 22:33:45 +0000 (16:33 -0600)
mediagoblin/db/sql/util.py

index 296c8b78a70c7a6ecefd72d8da6f887eeaa4dec7..d4cbffea071e18d9f5a41ecaf07786982391268c 100644 (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.