# HG changeset patch # User Sylvain Thénault # Date 1279028718 -7200 # Node ID 8deedfeb784618209214034a2ca2cd412fe4562a # Parent 0677cfb28ad2aff7671dc6312aaa3e986cc58918 cleanups diff -r 0677cfb28ad2 -r 8deedfeb7846 migration.py --- a/migration.py Tue Jul 13 15:45:02 2010 +0200 +++ b/migration.py Tue Jul 13 15:45:18 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 . -"""utilities for instances migration +"""utilities for instances migration""" -""" __docformat__ = "restructuredtext en" import sys diff -r 0677cfb28ad2 -r 8deedfeb7846 server/serverctl.py --- a/server/serverctl.py Tue Jul 13 15:45:02 2010 +0200 +++ b/server/serverctl.py Tue Jul 13 15:45:18 2010 +0200 @@ -15,9 +15,7 @@ # # You should have received a copy of the GNU Lesser General Public License along # with CubicWeb. If not, see . -"""cubicweb-ctl commands and command handlers specific to the -server.serverconfig -""" +"""cubicweb-ctl commands and command handlers specific to the repository""" __docformat__ = 'restructuredtext en' @@ -155,8 +153,8 @@ cfgname = 'repository' def bootstrap(self, cubes, inputlevel=0): - """create an instance by copying files from the given cube and by - asking information necessary to build required configuration files + """create an instance by copying files from the given cube and by asking + information necessary to build required configuration files """ from cubicweb.server.utils import ask_source_config config = self.config diff -r 0677cfb28ad2 -r 8deedfeb7846 web/views/error.py --- a/web/views/error.py Tue Jul 13 15:45:02 2010 +0200 +++ b/web/views/error.py Tue Jul 13 15:45:18 2010 +0200 @@ -17,8 +17,8 @@ # with CubicWeb. If not, see . """Set of HTML errors views. Error view are generally implemented as startup views and are used for standard error pages (404, 500, etc.) +""" -""" __docformat__ = "restructuredtext en" from cubicweb.view import StartupView