Skip to content
Snippets Groups Projects
Commit 1a8c72f9 authored by David Schmitz's avatar David Schmitz Committed by root
Browse files

fix/netconf_broken_for_netopeer__missing_ns: fixed: namespace for NETCONF...

fix/netconf_broken_for_netopeer__missing_ns: fixed: namespace for NETCONF configuration element in rpc calls missing because of concflicting xml python imports
parent 332ffbd9
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ from celery.exceptions import TimeLimitExceeded, SoftTimeLimitExceeded
from .portrange import parse_portrange
import traceback
from ipaddress import ip_network
import xml.etree.ElementTree as ET
#import xml.etree.ElementTree as ET
import flowspec.logging_utils
logger = flowspec.logging_utils.logger_init_default(__name__, "celery_netconf.log", False)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment