X-Git-Url: https://git.mdrn.pl/django-cas-provider.git/blobdiff_plain/34efbf37f568d6db6523da7dde3a134c467ed89b..cc69438961f61b0039f604fc881d5212d1cd9d2c:/cas_provider_examples/simple/urls.py?ds=inline diff --git a/cas_provider_examples/simple/urls.py b/cas_provider_examples/simple/urls.py index c717237..cf09e9b 100644 --- a/cas_provider_examples/simple/urls.py +++ b/cas_provider_examples/simple/urls.py @@ -1,4 +1,4 @@ -from django.conf.urls.defaults import patterns, include, url +from django.conf.urls import patterns, include, url import cas_provider from django.views.generic.simple import redirect_to, direct_to_template