X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/f8e5f031c04122d65d1066077be3920ae95518ae..fc3d3f81bf77754e36543c8604bfa31fc5d0d2d6:/tests/utils.py?ds=sidebyside

diff --git a/tests/utils.py b/tests/utils.py
index bea2038..b112066 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -1,8 +1,13 @@
+# -*- coding: utf-8 -*-
+#
+# This file is part of Librarian, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+#
+from __future__ import with_statement
 from os.path import realpath, join, dirname
 import glob
 import os
 
-
 def get_fixture_dir(dir_name):
     """Returns path to fixtures directory dir_name."""
     return realpath(join(dirname(__file__), 'files', dir_name))