web/views/boxes.py
changeset 6854 ffc982faa264
parent 6800 3f3d576b87d9
child 7670 6397a9051f65
--- a/web/views/boxes.py	Wed Jan 19 19:15:04 2011 +0100
+++ b/web/views/boxes.py	Thu Jan 20 10:06:34 2011 +0100
@@ -208,7 +208,6 @@
             raise component.EmptyComponent()
         self.items = []
 
-
 class RsetBox(component.CtxComponent):
     """helper view class to display an rset in a sidebox"""
     __select__ = nonempty_rset() & match_kwargs('title', 'vid')