Commit 7a5f28c4c07a3eeafd55d95c38caa488eabbb1a2
1 parent
c1c8d7f7
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('', |