No need for self here (thanks again Elrond ;))
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 2 Jan 2012 22:08:32 +0000 (16:08 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 29 Jan 2012 22:33:45 +0000 (16:33 -0600)
mediagoblin/gmg_commands/dbupdate.py

index 52819c6dbaef24c8cc1db0eda9b56977b37f5684..1fc5121a17a8a47bcb1d1a104f8ecdd1c447645a 100644 (file)
@@ -32,7 +32,7 @@ class DatabaseData(object):
             self.name, self.models, self.migrations, db)
 
 
-def gather_database_data(self, media_types):
+def gather_database_data(media_types):
     """
     Gather all database data relevant to the extensions we have
     installed so we can do migrations and table initialization.