No need for self here (thanks again Elrond ;))

This commit is contained in:
Christopher Allan Webber 2012-01-02 16:08:32 -06:00
parent dc5da0f891
commit 3f2c6f96c1

View 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.