X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/64def8585cd770750020addd02e959b2f9a9426f..58a9ee33481846aca907cae135291852e5e6392a:/tests/integration/__init__.py diff --git a/tests/integration/__init__.py b/tests/integration/__init__.py index 5c572ea3..9c38bca0 100644 --- a/tests/integration/__init__.py +++ b/tests/integration/__init__.py @@ -1,5 +1,10 @@ +# -*- coding: utf-8 -*- +# +# This file is part of MIL/PEER, licensed under GNU Affero GPLv3 or later. +# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information. +# import os from django.conf import settings if not os.path.exists(settings.STATIC_ROOT_SYMLINK): - os.symlink(settings.STATIC_ROOT, settings.STATIC_ROOT_SYMLINK) \ No newline at end of file + os.symlink(settings.STATIC_ROOT, settings.STATIC_ROOT_SYMLINK)