summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Admin/Reports.py
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2010-06-10 14:11:48 -0500
committerSol Jerome <sol.jerome@gmail.com>2010-06-10 14:11:48 -0500
commite89e645ff0cbdbf74929c13f2db588c3de5d5a0e (patch)
tree19a1be6594855cbc107c53a528c0fbeed6d35a3f /src/lib/Server/Admin/Reports.py
parent0e0018b198d48e9aa9d54fd03e73edef6876a92c (diff)
downloadbcfg2-e89e645ff0cbdbf74929c13f2db588c3de5d5a0e.tar.gz
bcfg2-e89e645ff0cbdbf74929c13f2db588c3de5d5a0e.tar.bz2
bcfg2-e89e645ff0cbdbf74929c13f2db588c3de5d5a0e.zip
tabs -> spaces
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'src/lib/Server/Admin/Reports.py')
-rwxr-xr-xsrc/lib/Server/Admin/Reports.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Server/Admin/Reports.py b/src/lib/Server/Admin/Reports.py
index 21b8d8d80..87a91a2bd 100755
--- a/src/lib/Server/Admin/Reports.py
+++ b/src/lib/Server/Admin/Reports.py
@@ -38,8 +38,8 @@ os.environ['DJANGO_SETTINGS_MODULE'] = '%s.settings' % project_name
from django.db import connection
from Bcfg2.Server.Reports.reports.models import Client, Interaction, Entries, \
- Entries_interactions, Performance, \
- Reason, Ping, TYPE_CHOICES, InternalDatabaseVersion
+ Entries_interactions, Performance, \
+ Reason, Ping, TYPE_CHOICES, InternalDatabaseVersion
class Reports(Bcfg2.Server.Admin.Mode):
'''Admin interface for dynamic reports'''