common/mixins.py
branchstable
changeset 2996 866a2c135c33
parent 2748 d2fcf19bfb34
child 2997 cedc3ab1a1f5
--- a/common/mixins.py	Tue Aug 25 19:42:19 2009 +0200
+++ b/common/mixins.py	Tue Aug 25 22:57:47 2009 +0200
@@ -1,4 +1,4 @@
-"""mixins of entity/views organized somewhat in a graph or tree structure
+ """mixins of entity/views organized somewhat in a graph or tree structure
 
 
 :organization: Logilab
@@ -343,7 +343,7 @@
     """a recursive path view"""
     id = 'path'
     item_vid = 'oneline'
-    separator = u' > '
+    separator = u' > '
 
     def call(self, **kwargs):
         self.w(u'<div class="pathbar">')