diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2007-02-03 01:24:19 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2007-02-03 01:24:19 +0000 |
commit | 8503293d5bb061e53dbc5d7123409c0a07443a75 (patch) | |
tree | c976914405b7574ec1cbd1dd92eae427b0f9f139 /src | |
parent | d8064879c1ff248f9ed61a216471af8e684a806e (diff) | |
download | bcfg2-8503293d5bb061e53dbc5d7123409c0a07443a75.tar.gz bcfg2-8503293d5bb061e53dbc5d7123409c0a07443a75.tar.bz2 bcfg2-8503293d5bb061e53dbc5d7123409c0a07443a75.zip |
Finish up reports system packaging
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2774 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/Server/Reports/reports/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Reports/reports/__init__.py b/src/lib/Server/Reports/reports/__init__.py index 6f4caa219..ccdce8943 100644 --- a/src/lib/Server/Reports/reports/__init__.py +++ b/src/lib/Server/Reports/reports/__init__.py @@ -1 +1 @@ -__all__ = ['templates'] +__all__ = ['templatetags'] |