cubicweb/misc/migration/bootstrapmigration_repository.py
changeset 11767 432f87a63057
parent 11763 39df042f4ab4
child 11773 054a947b5415
--- a/cubicweb/misc/migration/bootstrapmigration_repository.py	Wed Oct 05 15:28:43 2016 +0200
+++ b/cubicweb/misc/migration/bootstrapmigration_repository.py	Fri Sep 30 18:25:08 2016 +0200
@@ -1,4 +1,4 @@
-# copyright 2003-2013 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2016 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
 #
 # This file is part of CubicWeb.
@@ -15,10 +15,11 @@
 #
 # You should have received a copy of the GNU Lesser General Public License along
 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
-"""allways executed before all others in server migration
+"""Always executed before all others in server migration
 
 it should only include low level schema changes
 """
+
 from __future__ import print_function
 
 from six import text_type