Skip to content

Commit 5446783

Browse files
author
Arzaroth Lekva
committed
3.6 & unused include
1 parent 2ec6cd9 commit 5446783

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ python:
44
- "2.7"
55
- "3.3"
66
- "3.4"
7+
- "3.5"
8+
- "3.6"
79
install:
810
- pip install -r test-requirements.txt
911
- python setup.py install

rapidxml/c_ext/src/document_object.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ static PyObject* rapidxml_DocumentObject_allocate_node(rapidxml_DocumentObject*
128128
return _bind_result(reinterpret_cast<rapidxml_BaseObject*>(self),
129129
node, &rapidxml_NodeType);
130130
}
131-
#include <iostream>
131+
132132
static PyObject* rapidxml_DocumentObject_allocate_attribute(rapidxml_DocumentObject* self,
133133
PyObject* args,
134134
PyObject* kwds) {

0 commit comments

Comments
 (0)