X-Git-Url: http://dolda2000.com/gitweb/?p=wrw.git;a=blobdiff_plain;f=wrw%2Fsp%2Fcons.py;h=c4d9999a884015478740158df9fe62c836104929;hp=74a6ea6e30830ad324be9a51ee15beda2bc0fec8;hb=babf3e21cb06bf867e3ec98003d4a077090b8839;hpb=a9a78095b1696f56946abfc7c284f86a21fdcc2d diff --git a/wrw/sp/cons.py b/wrw/sp/cons.py index 74a6ea6..c4d9999 100644 --- a/wrw/sp/cons.py +++ b/wrw/sp/cons.py @@ -62,7 +62,7 @@ class context(object): node.attrs[str(k)] = str(v) class constructor(object): - def __init__(self, ns, elcls = element, ctx=None): + def __init__(self, ns, elcls=element, ctx=None): self._ns = ns self._elcls = elcls if ctx is None: ctx = context()