server/test/unittest_security.py
branchstable
changeset 5886 00a78298d30d
parent 5426 0d4853a6e5ee
child 5888 3ee80d487f11
--- a/server/test/unittest_security.py	Mon Jul 05 17:02:39 2010 +0200
+++ b/server/test/unittest_security.py	Mon Jul 05 17:06:11 2010 +0200
@@ -15,8 +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/>.
-"""functional tests for server'security
-"""
+"""functional tests for server'security"""
+
 import sys
 
 from logilab.common.testlib import unittest_main, TestCase
@@ -421,7 +421,6 @@
         self.failUnless(x.creation_date)
         cnx.rollback()
 
-
 class BaseSchemaSecurityTC(BaseSecurityTC):
     """tests related to the base schema permission configuration"""