[test] Add missing os import in unittest_migractions.py
authorDenis Laxalde <denis.laxalde@logilab.fr>
Tue, 21 Jun 2016 13:22:00 +0200
changeset 11292 ba81a528722b
parent 11291 7c565548fb09
child 11300 01c04bbbe7b8
[test] Add missing os import in unittest_migractions.py Dropped in ^ merge.
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 <http://www.gnu.org/licenses/>.
 """unit tests for module cubicweb.server.migractions"""
 
+import os
 import os.path as osp
 from datetime import date
 from contextlib import contextmanager