# HG changeset patch # User Sylvain Thénault # Date 1277195344 -7200 # Node ID de9b7e88660e16eb6f09cf509aafad11e71b9d2a # Parent e4207221f3f52b213218b5671d5f440389f12054 cleanup diff -r e4207221f3f5 -r de9b7e88660e server/pool.py --- a/server/pool.py Mon Jun 21 16:01:15 2010 +0200 +++ b/server/pool.py Tue Jun 22 10:29:04 2010 +0200 @@ -19,9 +19,8 @@ connections pools, each of them dealing with a set of connections on each source used by the repository. A connections pools (`ConnectionsPool`) is an abstraction for a group of connection to each source. - +""" -""" __docformat__ = "restructuredtext en" import sys diff -r e4207221f3f5 -r de9b7e88660e server/sources/__init__.py --- a/server/sources/__init__.py Mon Jun 21 16:01:15 2010 +0200 +++ b/server/sources/__init__.py Tue Jun 22 10:29:04 2010 +0200 @@ -15,9 +15,8 @@ # # You should have received a copy of the GNU Lesser General Public License along # with CubicWeb. If not, see . -"""cubicweb server sources support +"""cubicweb server sources support""" -""" __docformat__ = "restructuredtext en" from os.path import join, splitext diff -r e4207221f3f5 -r de9b7e88660e server/sources/extlite.py --- a/server/sources/extlite.py Mon Jun 21 16:01:15 2010 +0200 +++ b/server/sources/extlite.py Tue Jun 22 10:29:04 2010 +0200 @@ -16,8 +16,8 @@ # You should have received a copy of the GNU Lesser General Public License along # with CubicWeb. If not, see . """provide an abstract class for external sources using a sqlite database helper +""" -""" __docformat__ = "restructuredtext en" diff -r e4207221f3f5 -r de9b7e88660e server/sources/native.py --- a/server/sources/native.py Mon Jun 21 16:01:15 2010 +0200 +++ b/server/sources/native.py Tue Jun 22 10:29:04 2010 +0200 @@ -22,8 +22,8 @@ from which it comes from) are stored in a varchar column encoded as a base64 string. This is because it should actually be Bytes but we want an index on it for fast querying. +""" -""" from __future__ import with_statement __docformat__ = "restructuredtext en" diff -r e4207221f3f5 -r de9b7e88660e web/views/debug.py --- a/web/views/debug.py Mon Jun 21 16:01:15 2010 +0200 +++ b/web/views/debug.py Tue Jun 22 10:29:04 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 . -"""management and error screens +"""management and error screens""" - -""" __docformat__ = "restructuredtext en" from time import strftime, localtime