diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2007-07-13 18:51:02 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2007-07-13 18:51:02 +0000 |
commit | 9b62779c469691eaa16d9d4c6a7d86117db40348 (patch) | |
tree | aeb30a08f7a22eb2f0546012059d88a51dd3b766 /src | |
parent | 050f23318edde4a27336a1590a375d90e42edb23 (diff) | |
download | bcfg2-9b62779c469691eaa16d9d4c6a7d86117db40348.tar.gz bcfg2-9b62779c469691eaa16d9d4c6a7d86117db40348.tar.bz2 bcfg2-9b62779c469691eaa16d9d4c6a7d86117db40348.zip |
Move component up a level
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3449 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/Server/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/__init__.py b/src/lib/Server/__init__.py index 36d6596d4..c6743f58b 100644 --- a/src/lib/Server/__init__.py +++ b/src/lib/Server/__init__.py @@ -2,5 +2,5 @@ '''This is the set of modules for Bcfg2.Server''' __revision__ = '$Revision$' -__all__ = ["Component", "Core", "Plugin", "Plugins", "Statistics", "Hostbase", "Reports"] +__all__ = ["Core", "Plugin", "Plugins", "Statistics", "Hostbase", "Reports"] |