cleanup stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 17 May 2010 17:29:54 +0200
branchstable
changeset 5528 5d1b2ae7d459
parent 5526 4fcb0c132098
child 5529 7446f5807b33
cleanup
view.py
web/views/management.py
web/views/tableview.py
--- a/view.py	Mon May 17 11:04:52 2010 +0200
+++ b/view.py	Mon May 17 17:29:54 2010 +0200
@@ -15,10 +15,8 @@
 #
 # You should have received a copy of the GNU Lesser General Public License along
 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
-"""abstract views and templates classes for CubicWeb web client
+"""abstract views and templates classes for CubicWeb web client"""
 
-
-"""
 __docformat__ = "restructuredtext en"
 _ = unicode
 
--- a/web/views/management.py	Mon May 17 11:04:52 2010 +0200
+++ b/web/views/management.py	Mon May 17 17:29:54 2010 +0200
@@ -15,10 +15,8 @@
 #
 # You should have received a copy of the GNU Lesser General Public License along
 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
-"""security management and error screens
+"""security management and error screens"""
 
-
-"""
 __docformat__ = "restructuredtext en"
 _ = unicode
 
--- a/web/views/tableview.py	Mon May 17 11:04:52 2010 +0200
+++ b/web/views/tableview.py	Mon May 17 17:29:54 2010 +0200
@@ -15,10 +15,7 @@
 #
 # You should have received a copy of the GNU Lesser General Public License along
 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
-"""generic table view, including filtering abilities
-
-
-"""
+"""generic table view, including filtering abilities"""
 __docformat__ = "restructuredtext en"
 
 try: