--- ./debuginfo-install.py_orig	2017-09-12 10:33:06 -0500
+++ ./debuginfo-install.py	2017-09-12 10:34:19 -0500
@@ -16,7 +16,7 @@
 
 import sys
 import os
-sys.path.insert(0,'/usr/share/yum-cli/')
+sys.path.insert(0,'/opt/freeware/share/yum-cli/')
 
 import yum
 import yum.Errors
--- ./package-cleanup.py_orig	2017-09-12 10:34:37 -0500
+++ ./package-cleanup.py	2017-09-12 10:35:00 -0500
@@ -22,7 +22,7 @@
 
 
 import sys
-sys.path.insert(0,'/usr/share/yum-cli')
+sys.path.insert(0,'/opt/freeware/share/yum-cli/')
 
 from yum.misc import setup_locale
 from utils import YumUtilBase
--- ./repo-check.py_orig	2017-09-12 10:50:46 -0500
+++ ./repo-check.py	2017-09-12 10:50:58 -0500
@@ -14,7 +14,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 import sys
-sys.path.insert(0,'/usr/share/yum-cli')
+sys.path.insert(0,'/opt/freeware/share/yum-cli/')
 
 import logging
 from utils import YumUtilBase
--- ./repoquery.py_orig	2017-09-12 10:37:09 -0500
+++ ./repoquery.py	2017-09-12 10:37:34 -0500
@@ -17,7 +17,7 @@
 
 
 import sys
-sys.path.insert(0, '/usr/share/yum-cli')
+sys.path.insert(0, '/opt/freeware/share/yum-cli/')
 
 import signal
 import re
--- ./yum-builddep.py_orig	2017-09-12 10:37:47 -0500
+++ ./yum-builddep.py	2017-09-12 10:38:16 -0500
@@ -15,7 +15,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 import sys
-sys.path.insert(0,'/usr/share/yum-cli')
+sys.path.insert(0,'/opt/freeware/share/yum-cli/')
 
 import yum
 from yum.misc import setup_locale
--- ./yum-complete-transaction.py_orig	2017-09-12 10:38:35 -0500
+++ ./yum-complete-transaction.py	2017-09-12 10:38:54 -0500
@@ -15,7 +15,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 import sys
-sys.path.insert(0,'/usr/share/yum-cli')
+sys.path.insert(0,'/opt/freeware/share/yum-cli/')
 
 import yum
 from yum.misc import setup_locale
--- ./yum-config-manager.py_orig	2017-09-12 12:09:24 -0500
+++ ./yum-config-manager.py	2017-09-12 12:10:17 -0500
@@ -4,7 +4,7 @@
 import sys
 import re
 import yum
-sys.path.insert(0,'/usr/share/yum-cli')
+sys.path.insert(0,'/opt/freeware/share/yum-cli/')
 from utils import YumUtilBase
 import logging
 
--- ./yum-groups-manager.py_orig	2017-09-12 10:39:35 -0500
+++ ./yum-groups-manager.py	2017-09-12 10:39:55 -0500
@@ -11,7 +11,7 @@
 from yum.i18n import to_unicode
 import yum.comps
 
-sys.path.insert(0, '/usr/share/yum-cli')
+sys.path.insert(0, '/opt/freeware/share/yum-cli/')
 import output
 from urlgrabber.progress import TextMeter
 
--- ./yum-util-cli-template_orig	2017-09-12 10:40:09 -0500
+++ ./yum-util-cli-template	2017-09-12 10:40:28 -0500
@@ -15,7 +15,7 @@
 # Copyright 2007 Seth Vidal
 
 import sys
-sys.path.insert(0,'/usr/share/yum-cli/')
+sys.path.insert(0,'/opt/freeware/share/yum-cli/')
 
 import yum
 import yum.Errors
--- ./yumdownloader.py_orig	2017-09-12 10:40:39 -0500
+++ ./yumdownloader.py	2017-09-12 10:41:17 -0500
@@ -16,7 +16,7 @@
 import sys
 import os
 import os.path
-sys.path.insert(0,'/usr/share/yum-cli')
+sys.path.insert(0,'/opt/freeware/share/yum-cli/')
 
 import yum
 from yum.misc import setup_locale
