summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2007-02-02 22:30:38 +0000
committerNarayan Desai <desai@mcs.anl.gov>2007-02-02 22:30:38 +0000
commit62910c991b70702f27273a743653e7b0221102b0 (patch)
treef7333dffd4b7b2ca14d11dd257afa4ed97eefa68 /src
parent4f78d5eab46403692858d6ab07fd8d6a451f13a6 (diff)
downloadbcfg2-62910c991b70702f27273a743653e7b0221102b0.tar.gz
bcfg2-62910c991b70702f27273a743653e7b0221102b0.tar.bz2
bcfg2-62910c991b70702f27273a743653e7b0221102b0.zip
Packaging Fixes
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2772 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src')
-rw-r--r--src/lib/Server/Reports/__init__.py1
-rw-r--r--src/lib/Server/Reports/reports/__init__.py1
-rw-r--r--src/lib/Server/Reports/settings.py2
3 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/Server/Reports/__init__.py b/src/lib/Server/Reports/__init__.py
index e69de29bb..bdf908f4a 100644
--- a/src/lib/Server/Reports/__init__.py
+++ b/src/lib/Server/Reports/__init__.py
@@ -0,0 +1 @@
+__all__ = ['manage', 'nisauth', 'reports', 'settings', 'backends', 'urls', 'importscript']
diff --git a/src/lib/Server/Reports/reports/__init__.py b/src/lib/Server/Reports/reports/__init__.py
index e69de29bb..6f4caa219 100644
--- a/src/lib/Server/Reports/reports/__init__.py
+++ b/src/lib/Server/Reports/reports/__init__.py
@@ -0,0 +1 @@
+__all__ = ['templates']
diff --git a/src/lib/Server/Reports/settings.py b/src/lib/Server/Reports/settings.py
index 7a17e0040..df781c890 100644
--- a/src/lib/Server/Reports/settings.py
+++ b/src/lib/Server/Reports/settings.py
@@ -81,7 +81,7 @@ TEMPLATE_DIRS = (
# Put strings here, like "/home/html/django_templates".
# Always use forward slashes, even on Windows.
'/usr/share/python-support/python-django/django/contrib/admin/templates/',
- '/home/desai/dev/bcfg2/src/lib/Server/Reports/reports/templates'
+ '/usr/share/bcfg2/Reports/templates'
)
INSTALLED_APPS = (