summaryrefslogtreecommitdiffstats
path: root/src/sbin/bcfg2-yum-helper
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbin/bcfg2-yum-helper')
-rwxr-xr-xsrc/sbin/bcfg2-yum-helper6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/sbin/bcfg2-yum-helper b/src/sbin/bcfg2-yum-helper
index 3649b9794..6d32f1efc 100755
--- a/src/sbin/bcfg2-yum-helper
+++ b/src/sbin/bcfg2-yum-helper
@@ -10,11 +10,7 @@ import sys
import yum
import logging
from optparse import OptionParser
-
-try:
- import json
-except ImportError:
- import simplejson as json
+from Bcfg2.Compat import json
LOGGER = None