Commit c1c8d7f7660711b53648de41b454165cad602f25

Authored by Gustavo Jaruga Cruz
1 parent 985383ef

Fix url import from proxy

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/proxy/urls.py
1 1  
2 2 from django.conf.urls import patterns, include, url
3 3  
4   -from .views import ProxyView, JenkinsProxyView, GitlabProxyView, RedmineProxyView
  4 +from .views import ProxyView, JenkinsProxyView, GitlabProxyView, RedmineProxyView, TracProxyView
5 5  
6 6  
7 7 urlpatterns = patterns('',
... ...