From c07cc475cbafec24e747d6907f3bf7257e441934 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Mon, 27 Aug 2012 15:02:39 -0400 Subject: renamed Bcfg2Py3k to Compat --- src/lib/Bcfg2/Server/Plugins/DBStats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Bcfg2/Server/Plugins/DBStats.py') diff --git a/src/lib/Bcfg2/Server/Plugins/DBStats.py b/src/lib/Bcfg2/Server/Plugins/DBStats.py index 63c590f0f..ea3b1b69e 100644 --- a/src/lib/Bcfg2/Server/Plugins/DBStats.py +++ b/src/lib/Bcfg2/Server/Plugins/DBStats.py @@ -13,7 +13,7 @@ except ImportError: import Bcfg2.Server.Plugin from Bcfg2.Server.Reports.importscript import load_stat from Bcfg2.Server.Reports.reports.models import Client -from Bcfg2.Bcfg2Py3k import b64decode +from Bcfg2.Compat import b64decode # for debugging output only logger = logging.getLogger('Bcfg2.Plugins.DBStats') -- cgit v1.2.3-1-g7c22