summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTim Laszlo <tim.laszlo@gmail.com>2010-10-18 11:13:46 -0500
committerTim Laszlo <tim.laszlo@gmail.com>2010-10-18 11:35:09 -0500
commite19cb1b654b393396d0c6f94691cb97e281a3408 (patch)
treebdda33cb773bd34e2607cb851a13d8c5e4cda3c3 /src
parenteda7e602795e6f3302529105a7c8be217acd907f (diff)
downloadbcfg2-e19cb1b654b393396d0c6f94691cb97e281a3408.tar.gz
bcfg2-e19cb1b654b393396d0c6f94691cb97e281a3408.tar.bz2
bcfg2-e19cb1b654b393396d0c6f94691cb97e281a3408.zip
web_reports: remove comments
Diffstat (limited to 'src')
-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'))
)