Commit b11cb69f authored by Mario Jorge Amaral's avatar Mario Jorge Amaral

Implementation of public Interfaces for Manager.py (one import per line).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@43699 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5d9274e7
......@@ -38,9 +38,9 @@ from cloudooo.handler.ffmpeg.handler import FFMPEGHandler
from cloudooo.handler.imagemagick.handler import ImageMagickHandler
from handler.ooo.mimemapper import mimemapper
from utils.utils import logger
from cloudooo.interfaces.granulate import ITableGranulator, \
IImageGranulator, \
ITextGranulator
from cloudooo.interfaces.granulate import ITableGranulator
from cloudooo.interfaces.granulate import IImageGranulator
from cloudooo.interfaces.granulate import ITextGranulator
from fnmatch import fnmatch
import mimetypes
import pkg_resources
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment