diff options
Diffstat (limited to 'mediagoblin/gmg_commands/dbupdate.py')
-rw-r--r-- | mediagoblin/gmg_commands/dbupdate.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mediagoblin/gmg_commands/dbupdate.py b/mediagoblin/gmg_commands/dbupdate.py index 05762946..27283a20 100644 --- a/mediagoblin/gmg_commands/dbupdate.py +++ b/mediagoblin/gmg_commands/dbupdate.py @@ -28,6 +28,7 @@ logging.basicConfig() ## Let's not set the level as debug by default to avoid confusing users :) # _log.setLevel(logging.DEBUG) + def dbupdate_parse_setup(subparser): pass |