From 45656bc95cdd2bfb943cba5929db9f62ada3c611 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Mon, 24 Oct 2005 08:47:26 +0000 Subject: add Cobalt Component code so that Bcfg2 can be standalone (Logical change 1.341) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1406 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Server/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Server/__init__.py') diff --git a/src/lib/Server/__init__.py b/src/lib/Server/__init__.py index 70ff5980e..6a490cae8 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__ = ["Core", "Metadata", "Plugin", "Plugins", "Statistics"] +__all__ = ["Component", "Core", "Metadata", "Plugin", "Plugins", "Statistics"] -- cgit v1.2.3-1-g7c22