Switch to python3
This commit is contained in:
parent
531041e89a
commit
9ba4b6a91a
5286 changed files with 677347 additions and 576888 deletions
5
Darwin/lib/python3.4/site-packages/lxml/includes/uri.pxd
Normal file
5
Darwin/lib/python3.4/site-packages/lxml/includes/uri.pxd
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
cdef extern from "libxml/uri.h":
|
||||
ctypedef struct xmlURI
|
||||
|
||||
cdef xmlURI* xmlParseURI(char* str)
|
||||
cdef void xmlFreeURI(xmlURI* uri)
|
||||
Loading…
Add table
Add a link
Reference in a new issue