cleanup tls-sprint
authorsylvain.thenault@logilab.fr
Wed, 15 Apr 2009 17:25:20 +0200
branchtls-sprint
changeset 1370 c1cf86a66e30
parent 1369 49497136e977
child 1373 5e6abf61636d
cleanup
common/__init__.py
web/views/tableview.py
--- a/common/__init__.py	Wed Apr 15 17:25:09 2009 +0200
+++ b/common/__init__.py	Wed Apr 15 17:25:20 2009 +0200
@@ -2,7 +2,7 @@
 hg stserver side and on the client side
 
 :organization: Logilab
-:copyright: 2001-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
 """
 
--- a/web/views/tableview.py	Wed Apr 15 17:25:09 2009 +0200
+++ b/web/views/tableview.py	Wed Apr 15 17:25:20 2009 +0200
@@ -326,4 +326,3 @@
 class EditableInitialTableTableView(InitialTableView):
     id = 'editable-initialtable'
     finalview = 'editable-final'
-