We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ec6cd9 commit 5446783Copy full SHA for 5446783
2 files changed
.travis.yml
@@ -4,6 +4,8 @@ python:
4
- "2.7"
5
- "3.3"
6
- "3.4"
7
+ - "3.5"
8
+ - "3.6"
9
install:
10
- pip install -r test-requirements.txt
11
- python setup.py install
rapidxml/c_ext/src/document_object.cpp
@@ -128,7 +128,7 @@ static PyObject* rapidxml_DocumentObject_allocate_node(rapidxml_DocumentObject*
128
return _bind_result(reinterpret_cast<rapidxml_BaseObject*>(self),
129
node, &rapidxml_NodeType);
130
}
131
-#include <iostream>
+
132
static PyObject* rapidxml_DocumentObject_allocate_attribute(rapidxml_DocumentObject* self,
133
PyObject* args,
134
PyObject* kwds) {
0 commit comments