rebuild for 10.11+

This commit is contained in:
j 2019-01-10 14:33:55 +05:30
commit 901b731582
234 changed files with 1522 additions and 927 deletions

View file

@ -1,3 +1,5 @@
# cython: language_level=2
#
# Element generator factory by Fredrik Lundh.
#
@ -37,6 +39,8 @@
The ``E`` Element factory for generating XML documents.
"""
from __future__ import absolute_import
import lxml.etree as ET
from functools import partial