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
#
# ElementTree
# $Id: ElementPath.py 3375 2008-02-13 08:05:08Z fredrik $
@ -53,6 +55,8 @@
# you, if needed.
##
from __future__ import absolute_import
import re
xpath_tokenizer_re = re.compile(