X-Git-Url: http://dolda2000.com/gitweb/?p=wrw.git;a=blobdiff_plain;f=wrw%2Fsp%2Fcons.py;h=ce258c65325b3318c6b66b636f1ca35f05586403;hp=168f29752e6e9468d513485d0066b7f61207acaf;hb=9bc70dab473c7057a20d182ce8566ad0a70a7c5d;hpb=d0034deebc5dc1fc5a54d1e99fe917f9ffbe7d69 diff --git a/wrw/sp/cons.py b/wrw/sp/cons.py index 168f297..ce258c6 100644 --- a/wrw/sp/cons.py +++ b/wrw/sp/cons.py @@ -63,7 +63,7 @@ class context(object): node.attrs[unicode(k)] = unicode(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()