From: Christopher Allan Webber Date: Mon, 2 Jan 2012 22:08:32 +0000 (-0600) Subject: No need for self here (thanks again Elrond ;)) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=3f2c6f96c191eb89f1c6ec7c903219b445f410a0;p=mediagoblin.git No need for self here (thanks again Elrond ;)) --- diff --git a/mediagoblin/gmg_commands/dbupdate.py b/mediagoblin/gmg_commands/dbupdate.py index 52819c6d..1fc5121a 100644 --- a/mediagoblin/gmg_commands/dbupdate.py +++ b/mediagoblin/gmg_commands/dbupdate.py @@ -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.