aboutsummaryrefslogtreecommitdiff
path: root/gauth/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'gauth/urls.py')
-rw-r--r--gauth/urls.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gauth/urls.py b/gauth/urls.py
index 20023e1..d8c1a71 100644
--- a/gauth/urls.py
+++ b/gauth/urls.py
@@ -1,4 +1,4 @@
-# gLifestream Copyright (C) 2010 Wojciech Polak
+# gLifestream Copyright (C) 2010, 2013 Wojciech Polak
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
@@ -13,7 +13,7 @@
# You should have received a copy of the GNU General Public License along
# with this program. If not, see <http://www.gnu.org/licenses/>.
-from django.conf.urls.defaults import *
+from django.conf.urls import patterns, url
from glifestream.gauth import views
urlpatterns = patterns(

Return to:

Send suggestions and report system problems to the System administrator.