Commit 82cfac492707bea000e33862b6909a4302556209
Committed by
Gust
1 parent
33b42d6b
Exists in
master
and in
39 other branches
Revert "Fix url import from proxy"
This reverts commit c1c8d7f7660711b53648de41b454165cad602f25.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/proxy/urls.py
| 1 | 1 | ||
| 2 | from django.conf.urls import patterns, include, url | 2 | from django.conf.urls import patterns, include, url |
| 3 | 3 | ||
| 4 | -from .views import ProxyView, JenkinsProxyView, GitlabProxyView, RedmineProxyView, TracProxyView | 4 | +from .views import ProxyView, JenkinsProxyView, GitlabProxyView, RedmineProxyView |
| 5 | 5 | ||
| 6 | 6 | ||
| 7 | urlpatterns = patterns('', | 7 | urlpatterns = patterns('', |