diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-08-20 22:00:21 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-08-20 22:00:21 -0500 |
commit | 00e381f79499b9dc5a456a24f4f012830a4c75c2 (patch) | |
tree | 0f430d06ef9ce20805afb0dc01ff689355e16ebc /mediagoblin/gmg_commands | |
parent | cc601bbd58b76ce6ee1f7b0b1e065fcd3d6ff217 (diff) | |
download | mediagoblin-00e381f79499b9dc5a456a24f4f012830a4c75c2.tar.lz mediagoblin-00e381f79499b9dc5a456a24f4f012830a4c75c2.tar.xz mediagoblin-00e381f79499b9dc5a456a24f4f012830a4c75c2.zip |
Apparently we *should* _clean(args), that was commented out for debugging :)
Diffstat (limited to 'mediagoblin/gmg_commands')
-rw-r--r-- | mediagoblin/gmg_commands/import_export.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mediagoblin/gmg_commands/import_export.py b/mediagoblin/gmg_commands/import_export.py index b00fb1cb..46a8269b 100644 --- a/mediagoblin/gmg_commands/import_export.py +++ b/mediagoblin/gmg_commands/import_export.py @@ -115,7 +115,8 @@ def env_import(args): _import_media(db, args) - # _clean(args) + _clean(args) + def _setup_paths(args): """ |