diff options
author | Tim Laszlo <tim.laszlo@gmail.com> | 2010-10-18 11:13:46 -0500 |
---|---|---|
committer | Tim Laszlo <tim.laszlo@gmail.com> | 2010-10-18 11:35:09 -0500 |
commit | e19cb1b654b393396d0c6f94691cb97e281a3408 (patch) | |
tree | bdda33cb773bd34e2607cb851a13d8c5e4cda3c3 /src/lib/Server/Reports/urls.py | |
parent | eda7e602795e6f3302529105a7c8be217acd907f (diff) | |
download | bcfg2-e19cb1b654b393396d0c6f94691cb97e281a3408.tar.gz bcfg2-e19cb1b654b393396d0c6f94691cb97e281a3408.tar.bz2 bcfg2-e19cb1b654b393396d0c6f94691cb97e281a3408.zip |
web_reports: remove comments
Diffstat (limited to 'src/lib/Server/Reports/urls.py')
-rw-r--r-- | src/lib/Server/Reports/urls.py | 4 |
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')) ) |