style
[redakcja.git] / tests / integration / __init__.py
index 5c572ea..f5c97ed 100644 (file)
@@ -1,5 +1,6 @@
+# -*- coding: utf-8 -*-\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