Bug 681 - Comments from reviewing the new video merge
authorJoar Wandborg <git@wandborg.com>
Tue, 6 Dec 2011 22:05:47 +0000 (23:05 +0100)
committerJoar Wandborg <git@wandborg.com>
Tue, 6 Dec 2011 22:05:47 +0000 (23:05 +0100)
commit4535f7597f112443d8997bbd6b8a445612c2440d
tree7a1de22929f99f69f9b77231bfcacf3acac9d9d9
parent72567762e36c849ffe8172b6cea4ca1be682e511
Bug 681 - Comments from reviewing the new video merge

in mediagoblin.media_types and submodules

- Moved VideoThumbnailer.errors initialization to VideoThumbnailer.__init__
- Cleaned up the image.processing imports
- Removed default ``None`` from get_media_manager(_media_type)

in mediagoblin.views
- Removed media_types import
- Removed sys import, and passing of sys to root.html template
mediagoblin/media_types/__init__.py
mediagoblin/media_types/image/processing.py
mediagoblin/media_types/video/transcoders.py
mediagoblin/views.py