diff options
| author | Stefan Behnel <stefan_ml@behnel.de> | 2012-07-30 20:06:48 +0200 |
|---|---|---|
| committer | Stefan Behnel <stefan_ml@behnel.de> | 2012-07-30 20:06:48 +0200 |
| commit | 5658b26a7c7d9baf7b072a1de888e39d7b531eff (patch) | |
| tree | eadce8fdaed85aa1f0ab2cf14e6b9767ea021c94 /src/lxml/xinclude.pxi | |
| parent | 327cdbc663748daf2f5cb19e57ca5ee5f49ce646 (diff) | |
| download | python-lxml-5658b26a7c7d9baf7b072a1de888e39d7b531eff.tar.gz | |
use absolute cimports to prevent build interference with already installed lxml packages
Diffstat (limited to 'src/lxml/xinclude.pxi')
| -rw-r--r-- | src/lxml/xinclude.pxi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lxml/xinclude.pxi b/src/lxml/xinclude.pxi index 8080b505..104c03fe 100644 --- a/src/lxml/xinclude.pxi +++ b/src/lxml/xinclude.pxi @@ -1,6 +1,6 @@ # XInclude processing -cimport xinclude +from lxml.includes cimport xinclude class XIncludeError(LxmlError): u"""Error during XInclude processing. |
