fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
allow svg, but not tiff
[redakcja.git]
/
tests
/
integration
/
__init__.py
diff --git
a/tests/integration/__init__.py
b/tests/integration/__init__.py
index
5c572ea
..
9c38bca
100644
(file)
--- a/
tests/integration/__init__.py
+++ b/
tests/integration/__init__.py
@@
-1,5
+1,10
@@
+# -*- coding: utf-8 -*-
\r
+#
\r
+# This file is part of MIL/PEER, licensed under GNU Affero GPLv3 or later.
\r
+# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
\r
+#
\r
import os
\r
from django.conf import settings
\r
\r
if not os.path.exists(settings.STATIC_ROOT_SYMLINK):
\r
import os
\r
from django.conf import settings
\r
\r
if not os.path.exists(settings.STATIC_ROOT_SYMLINK):
\r
- os.symlink(settings.STATIC_ROOT, settings.STATIC_ROOT_SYMLINK)
\ No newline at end of file
+ os.symlink(settings.STATIC_ROOT, settings.STATIC_ROOT_SYMLINK)
\r