Changing the information spat out while printing from media types->plugins
Previously it called even plugins media types. Ha! This commit sponsored by Jon Merkley. Thank you!
This commit is contained in:
parent
c81186dd2e
commit
003ea47499
@ -175,8 +175,7 @@ class MigrationManager(object):
|
|||||||
if self.name == u'__main__':
|
if self.name == u'__main__':
|
||||||
return u"main mediagoblin tables"
|
return u"main mediagoblin tables"
|
||||||
else:
|
else:
|
||||||
# TODO: Use the friendlier media manager "human readable" name
|
return u'plugin "%s"' % self.name
|
||||||
return u'media type "%s"' % self.name
|
|
||||||
|
|
||||||
def init_or_migrate(self):
|
def init_or_migrate(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user