# HG changeset patch # User Denis Laxalde # Date 1466508120 -7200 # Node ID ba81a528722bb8034fbc2d9a17c227c2f47ada7f # Parent 7c565548fb095baf6fd5c3cf04b4c4c23971c882 [test] Add missing os import in unittest_migractions.py Dropped in ^ merge. diff -r 7c565548fb09 -r ba81a528722b cubicweb/server/test/unittest_migractions.py --- a/cubicweb/server/test/unittest_migractions.py Mon Jun 20 15:04:14 2016 +0200 +++ b/cubicweb/server/test/unittest_migractions.py Tue Jun 21 13:22:00 2016 +0200 @@ -17,6 +17,7 @@ # with CubicWeb. If not, see . """unit tests for module cubicweb.server.migractions""" +import os import os.path as osp from datetime import date from contextlib import contextmanager