Merge branch 'master' into python3
[wrw.git] / wrw / sp / cons.py
index 74a6ea6..c4d9999 100644 (file)
@@ -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()