summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/TCheetah.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Bcfg2/Server/Plugins/TCheetah.py')
-rw-r--r--src/lib/Bcfg2/Server/Plugins/TCheetah.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Bcfg2/Server/Plugins/TCheetah.py b/src/lib/Bcfg2/Server/Plugins/TCheetah.py
index 2bf475363..f2c59ce29 100644
--- a/src/lib/Bcfg2/Server/Plugins/TCheetah.py
+++ b/src/lib/Bcfg2/Server/Plugins/TCheetah.py
@@ -5,7 +5,7 @@ import sys
import traceback
import Bcfg2.Server.Plugin
-from Bcfg2.Bcfg2Py3k import unicode, b64encode
+from Bcfg2.Compat import unicode, b64encode
logger = logging.getLogger('Bcfg2.Plugins.TCheetah')