cleanups
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 13 Jul 2010 15:45:18 +0200
changeset 5967 8deedfeb7846
parent 5966 0677cfb28ad2
child 5968 2e039d1e150c
cleanups
migration.py
server/serverctl.py
web/views/error.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 <http://www.gnu.org/licenses/>.
-"""utilities for instances migration
+"""utilities for instances migration"""
 
-"""
 __docformat__ = "restructuredtext en"
 
 import sys
--- 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 <http://www.gnu.org/licenses/>.
-"""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
--- 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 <http://www.gnu.org/licenses/>.
 """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