misc/migration/bootstrapmigration_repository.py
branchstable
changeset 2275 bc0bed0616a3
parent 1977 606923dff11b
child 2462 9e670072884d
--- a/misc/migration/bootstrapmigration_repository.py	Mon Jul 06 11:01:41 2009 +0200
+++ b/misc/migration/bootstrapmigration_repository.py	Mon Jul 06 13:24:10 2009 +0200
@@ -8,6 +8,8 @@
 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
 """
 
+applcubicwebversion, cubicwebversion = versions_map['cubicweb']
+
 if applcubicwebversion < (3, 2, 2) and cubicwebversion >= (3, 2, 1):
    from base64 import b64encode
    for table in ('entities', 'deleted_entities'):