Commit 88e0d049 authored by Ivan Tyagov's avatar Ivan Tyagov

Typo in mixin class name.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37169 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3c252fbb
......@@ -54,7 +54,7 @@ from zLOG import LOG, ERROR
# Mixin Import
from Products.ERP5.mixin.base_convertable import BaseConvertableFileMixin
from Products.ERP5.mixin.text_convertable import TextConvertableMixin
from Products.ERP5.mixin.extensible_traversable import OOoDocumentExtensibleTraversableMixIn
from Products.ERP5.mixin.extensible_traversable import OOoDocumentExtensibleTraversableMixin
enc=base64.encodestring
dec=base64.decodestring
......@@ -91,7 +91,7 @@ class TimeoutTransport(SafeTransport):
return SafeTransport.make_connection(self, h)
class OOoDocument(OOoDocumentExtensibleTraversableMixIn, BaseConvertableFileMixin, File,
class OOoDocument(OOoDocumentExtensibleTraversableMixin, BaseConvertableFileMixin, File,
TextConvertableMixin, Document):
"""
A file document able to convert OOo compatible files to
......
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