From a987baa675c19c8c2064c7eee786e93468a9c8ec Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Mon, 11 Jun 2012 17:12:29 -0700 Subject: Moved these functions to utils. --- cloudinit/__init__.py | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'cloudinit/__init__.py') diff --git a/cloudinit/__init__.py b/cloudinit/__init__.py index ab0603e0..da124641 100644 --- a/cloudinit/__init__.py +++ b/cloudinit/__init__.py @@ -19,17 +19,3 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -from cloudinit import util - -from cloudinit.settings import (CFG_BUILTIN, CLOUD_CONFIG) - - -def get_base_cfg(cfg_path=None): - if not cfg_path: - cfg_path = CLOUD_CONFIG - return util.get_base_cfg(cfg_path, get_builtin_cfg()) - - -def get_builtin_cfg(): - return dict(CFG_BUILTIN) -- cgit v1.2.3