diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-02-06 21:40:36 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-02-06 21:40:36 +0100 |
| commit | c181344c5a3d979569c49c1826d4d24ebe39b441 (patch) | |
| tree | 1a607414cad62d3556acb653869bd49b2b274475 /svntogit | |
| parent | 2d0201774a29f441278d5a0246575e17f838c4e2 (diff) | |
Update imports from django.conf.urls and avoid import *.
Diffstat (limited to 'svntogit')
| -rw-r--r-- | svntogit/urls.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/svntogit/urls.py b/svntogit/urls.py index e7c77cce..219f4926 100644 --- a/svntogit/urls.py +++ b/svntogit/urls.py @@ -4,7 +4,8 @@ Legacy URLs for changesets. from __future__ import absolute_import -from django.conf.urls.defaults import * +from django.conf.urls import patterns + from .views import redirect_to_github urlpatterns = patterns('', |
