Dolda2000 GitWeb
/
wrw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
2664879
d703ed4
)
Merge branch 'master' into python3
author
Fredrik Tolf
<fredrik@dolda2000.com>
Sun, 23 Dec 2012 05:10:13 +0000
(06:10 +0100)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Sun, 23 Dec 2012 05:10:13 +0000
(06:10 +0100)
1
2
wrw/sp/cons.py
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
wrw/sp/cons.py
index
eec2e82
,
168f297
..
74a6ea6
---
1
/
wrw/sp/cons.py
---
2
/
wrw/sp/cons.py
+++ b/
wrw/sp/cons.py
@@@
-1,11
-1,9
+1,9
@@@
import xml.dom.minidom
class node(object):
- def __str__(self):
- doc = xml.dom.minidom.Document()
- return self.__todom__(doc).toxml()
+ pass
-class text(node,
unicode
):
+class text(node,
str
):
def __todom__(self, doc):
return doc.createTextNode(self)