summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Reports/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Server/Reports/urls.py')
-rw-r--r--src/lib/Server/Reports/urls.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/Server/Reports/urls.py b/src/lib/Server/Reports/urls.py
index 85bad72fb..d7ff1eee5 100644
--- a/src/lib/Server/Reports/urls.py
+++ b/src/lib/Server/Reports/urls.py
@@ -3,10 +3,6 @@ from django.http import HttpResponsePermanentRedirect
handler500 = 'Bcfg2.Server.Reports.reports.views.server_error'
-#from ConfigParser import ConfigParser, NoSectionError, NoOptionError
-#c = ConfigParser()
-#c.read(['/etc/bcfg2.conf', '/etc/bcfg2-web.conf'])
-
urlpatterns = patterns('',
(r'^', include('Bcfg2.Server.Reports.reports.urls'))
)