summaryrefslogtreecommitdiff
path: root/src/lxml/python.pxd
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2012-01-04 17:17:13 +0100
committerStefan Behnel <stefan_ml@behnel.de>2012-01-04 17:17:13 +0100
commit7229ee78a070d25ff6174f64c3a67a110368d512 (patch)
tree476ffbca659cc6c2b2176c2a7140588274e52e54 /src/lxml/python.pxd
parent14acb8d27567837bebb6bb139ee9220add9777ea (diff)
downloadpython-lxml-7229ee78a070d25ff6174f64c3a67a110368d512.tar.gz
remove dependency of other .pxd files on cstd.pxd
Diffstat (limited to 'src/lxml/python.pxd')
-rw-r--r--src/lxml/python.pxd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lxml/python.pxd b/src/lxml/python.pxd
index 19e493a6..4f065ae2 100644
--- a/src/lxml/python.pxd
+++ b/src/lxml/python.pxd
@@ -1,4 +1,4 @@
-from cstd cimport FILE
+from libc.stdio cimport FILE
cimport cython
cdef extern from "Python.h":