Commit 954f86cc authored by Arnaud Fontaine's avatar Arnaud Fontaine

Add missing import of xmlrpclib.Fault following moving of code in fb9a0d60.

parent 399c4114
Pipeline #6471 failed with stage
......@@ -149,6 +149,7 @@ class OOoDocument(OOoDocumentExtensibleTraversableMixin, BaseConvertableFileMixi
return []
def cached_getTargetFormatItemList(content_type):
from xmlrpclib import Fault
server_proxy = DocumentConversionServerProxy(self)
try:
allowed_target_item_list = server_proxy.getAllowedTargetItemList(
......
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