Commit 033f1a6d authored by Mario Jorge Amaral's avatar Mario Jorge Amaral

Implementation of public Interfaces for Manager.py (deleting repeated imports).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@43695 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d6957a04
......@@ -32,9 +32,6 @@ from base64 import encodestring, decodestring
from zope.interface import implements
from interfaces.manager import IManager, IERP5Compatibility
from handler.ooo.granulator import OOGranulator
from handler.ooo.handler import OOHandler
from handler.pdf.handler import PDFHandler
from handler.ffmpeg.handler import FFMPEGHandler
from cloudooo.handler.ooo.handler import OOHandler
from cloudooo.handler.pdf.handler import PDFHandler
from cloudooo.handler.ffmpeg.handler import FFMPEGHandler
......
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