Publishing 2019 R1 content
[platform/upstream/dldt.git] / model-optimizer / mo / front / caffe / custom_layers_mapping.py
index 65500da..f9ecae3 100644 (file)
@@ -1,5 +1,5 @@
 """
- Copyright (c) 2018 Intel Corporation
+ Copyright (c) 2018-2019 Intel Corporation
 
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
 """
 import logging as log
 from builtins import AttributeError
-from xml.etree import ElementTree
+from defusedxml import ElementTree
 
 from mo.front.caffe.collect_attributes import collect_attributes
 from mo.front.caffe.extractor import node_pb_arg