diff options
author | jpope <jpope@jpope.org> | 2014-01-05 16:55:58 -0600 |
---|---|---|
committer | jpope <jpope@jpope.org> | 2014-01-05 16:55:58 -0600 |
commit | 0172ad000148f1cfe6f5110982c364f46b3d0ecb (patch) | |
tree | a32f97b2cc6fa6fb41de8263f8c6136922e87799 /mediagoblin/gmg_commands/dbupdate.py | |
parent | 1e298b10c7cba2d27cb19f1aee03134f66ef6e20 (diff) | |
parent | 64eab630bf99e4d92e567628dbfc7cecf4cc27c4 (diff) | |
download | mediagoblin-0172ad000148f1cfe6f5110982c364f46b3d0ecb.tar.lz mediagoblin-0172ad000148f1cfe6f5110982c364f46b3d0ecb.tar.xz mediagoblin-0172ad000148f1cfe6f5110982c364f46b3d0ecb.zip |
Merge remote-tracking branch 'upstream/master' into skeletongobblin
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 |