branch | stable |
changeset 3812 | d37d7105e15f |
parent 3715 | e3ccadb126d7 |
child 3890 | d7a270f50f54 |
child 3935 | 2fbb79054a1a |
--- a/common/migration.py Mon Nov 09 16:41:40 2009 +0100 +++ b/common/migration.py Tue Nov 10 10:48:22 2009 +0100 @@ -269,6 +269,7 @@ confirmation and execute it if confirmed """ assert migrscript.endswith('.py'), migrscript + migrscript = os.path.normpath(migrscript) if self.execscript_confirm(migrscript): scriptlocals = self._create_context().copy() if funcname is None: