Fix: typo
[wolnelektury.git] / wolnelektury / urls.py
index 6c25451..8adcb7a 100644 (file)
@@ -1,7 +1,10 @@
 # -*- coding: utf-8 -*-
+# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+#
 import os
 
-from django.conf.urls.defaults import *
+from django.conf.urls import include, patterns, url
 from django.conf import settings
 from django.contrib import admin
 from django.views.generic import RedirectView