summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Reports/reports/templatetags/django_templating_sigh.py
diff options
context:
space:
mode:
authorJoey Hagedorn <hagedorn@mcs.anl.gov>2006-11-22 21:55:29 +0000
committerJoey Hagedorn <hagedorn@mcs.anl.gov>2006-11-22 21:55:29 +0000
commit872363f0c5f4b10de9f376b9340b3f7c7d1d9664 (patch)
tree503a0ce01052ff8eecbe28c6bb7ac991d5c51b28 /src/lib/Server/Reports/reports/templatetags/django_templating_sigh.py
parent67011d71eb012239fd56bb626d19d34f0c060269 (diff)
downloadbcfg2-872363f0c5f4b10de9f376b9340b3f7c7d1d9664.tar.gz
bcfg2-872363f0c5f4b10de9f376b9340b3f7c7d1d9664.tar.bz2
bcfg2-872363f0c5f4b10de9f376b9340b3f7c7d1d9664.zip
Moved the new reporting system in to Server module.
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2525 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Reports/reports/templatetags/django_templating_sigh.py')
-rw-r--r--src/lib/Server/Reports/reports/templatetags/django_templating_sigh.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Reports/reports/templatetags/django_templating_sigh.py b/src/lib/Server/Reports/reports/templatetags/django_templating_sigh.py
index 85f4d61a2..9ccad0496 100644
--- a/src/lib/Server/Reports/reports/templatetags/django_templating_sigh.py
+++ b/src/lib/Server/Reports/reports/templatetags/django_templating_sigh.py
@@ -1,5 +1,5 @@
from django import template
-#from brpt.reports.models import Client, Interaction, Bad, Modified, Extra
+#from Bcfg2.Server.Reports.reports.models import Client, Interaction, Bad, Modified, Extra
register = template.Library()