mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-24 20:48:31 -07:00
dev-python/python3-openid: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/6780
This commit is contained in:
committed by
David Seifert
parent
0a1f6ff799
commit
baae92ecee
@@ -1,32 +0,0 @@
|
||||
diff --git a/examples/djopenid/consumer/urls.py b/examples/djopenid/consumer/urls.py
|
||||
index d55e056..3926e27 100644
|
||||
--- a/examples/djopenid/consumer/urls.py
|
||||
+++ b/examples/djopenid/consumer/urls.py
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
-from django.conf.urls.defaults import *
|
||||
+from django.conf.urls import *
|
||||
|
||||
urlpatterns = patterns(
|
||||
'djopenid.consumer.views',
|
||||
diff --git a/examples/djopenid/server/urls.py b/examples/djopenid/server/urls.py
|
||||
index d6931a4..e61de52 100644
|
||||
--- a/examples/djopenid/server/urls.py
|
||||
+++ b/examples/djopenid/server/urls.py
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
-from django.conf.urls.defaults import *
|
||||
+from django.conf.urls import *
|
||||
|
||||
urlpatterns = patterns(
|
||||
'djopenid.server.views',
|
||||
diff --git a/examples/djopenid/urls.py b/examples/djopenid/urls.py
|
||||
index d91ee1f..16af9a1 100644
|
||||
--- a/examples/djopenid/urls.py
|
||||
+++ b/examples/djopenid/urls.py
|
||||
@@ -1,4 +1,4 @@
|
||||
-from django.conf.urls.defaults import *
|
||||
+from django.conf.urls import *
|
||||
|
||||
urlpatterns = patterns(
|
||||
'',
|
||||
Reference in New Issue
Block a user