anv: use cElementTree in anv_entrypoints_gen.py

It's written in C rather than pure python and is strictly faster, the
only reason not to use it that it's classes cannot be subclassed.

Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
This commit is contained in:
Dylan Baker
2017-02-21 11:21:24 -08:00
parent 9050138af7
commit 860beb99a6

View File

@@ -26,7 +26,7 @@ import argparse
import functools
import os
import textwrap
import xml.etree.ElementTree as et
import xml.etree.cElementTree as et
from mako.template import Template