Dolda2000 GitWeb
/
wrw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f48e44
)
Call formatter.node as should be proper from formatter.fragement.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Thu, 5 Jul 2012 06:39:34 +0000
(08:39 +0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Thu, 5 Jul 2012 06:39:34 +0000
(08:39 +0200)
wrw/sp/util.py
patch
|
blob
|
blame
|
history
diff --git
a/wrw/sp/util.py
b/wrw/sp/util.py
index
0b31c65
..
795bf57
100644
(file)
--- a/
wrw/sp/util.py
+++ b/
wrw/sp/util.py
@@
-142,7
+142,7
@@
class formatter(object):
@classmethod
def fragment(cls, out, el, *args, **kw):
- cls(out=out, root=el, *args, **kw).
element
(el)
+ cls(out=out, root=el, *args, **kw).
node
(el)
def update(self, **ch):
ret = type(self).__new__(type(self))