diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2005-09-07 17:35:15 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2005-09-07 17:35:15 +0000 |
commit | 91d30ef2f49ee99488cf64b61712404d59a254f8 (patch) | |
tree | 9c90807803208f2b2d57a0187a39146bb9fdacf8 /src/lib/Server | |
parent | 12bea82110171b5f4c114c5c5f66f2de34b9f5c8 (diff) | |
download | bcfg2-91d30ef2f49ee99488cf64b61712404d59a254f8.tar.gz bcfg2-91d30ef2f49ee99488cf64b61712404d59a254f8.tar.bz2 bcfg2-91d30ef2f49ee99488cf64b61712404d59a254f8.zip |
add all of the generators into the mix
}(Logical change 1.300)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1204 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server')
-rw-r--r-- | src/lib/Server/Structures/__init__.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/Server/Structures/__init__.py b/src/lib/Server/Structures/__init__.py deleted file mode 100644 index 11403d0de..000000000 --- a/src/lib/Server/Structures/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -'''imports for Bcfg2.Server.Structures''' -__revision__ = '$Revision$' - -all = ['Bundler', 'Base'] |