Initialize the converter backend later to allow proper registration of app

This commit is contained in:
Roberto Rosario
2012-09-07 02:15:30 -04:00
parent 232361bd45
commit 1c6e90a37d
4 changed files with 10 additions and 69 deletions

View File

@@ -12,7 +12,7 @@ from mimetype.api import get_mimetype
from .literals import (DEFAULT_PAGE_NUMBER,
DEFAULT_ZOOM_LEVEL, DEFAULT_ROTATION, DEFAULT_FILE_FORMAT)
from . import backend
from .runtime import backend
from .literals import (TRANSFORMATION_CHOICES, TRANSFORMATION_RESIZE,
TRANSFORMATION_ROTATE, TRANSFORMATION_ZOOM, DIMENSION_SEPARATOR,
FILE_FORMATS)