--- ./debuginfo-install.py_orig	2019-03-04 05:27:26 +0000
+++ ./debuginfo-install.py	2019-03-04 05:27:45 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python 
+#!/opt/freeware/bin/python2
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
--- ./find-repos-of-install.py_orig	2019-03-04 05:28:42 +0000
+++ ./find-repos-of-install.py	2019-03-04 05:29:18 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python -tt
+#!/opt/freeware/bin/python2 -tt
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
--- ./needs-restarting.py_orig	2019-03-04 05:30:04 +0000
+++ ./needs-restarting.py	2019-03-04 05:30:23 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python -tt
+#!/opt/freeware/bin/python2 -tt
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
--- ./package-cleanup.py_orig	2019-03-04 05:30:49 +0000
+++ ./package-cleanup.py	2019-03-04 05:31:03 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/opt/freeware/bin/python2
 #
 # (C) 2005 Gijs Hollestelle, released under the GPL
 # Copyright 2009 Red Hat
--- ./plugins/basearchonly/basearchonly.py_orig	2019-03-04 05:31:29 +0000
+++ ./plugins/basearchonly/basearchonly.py	2019-03-04 05:31:45 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/opt/freeware/bin/python2
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
--- ./plugins/upgrade-helper/upgrade-helper.py_orig	2019-03-04 05:32:11 +0000
+++ ./plugins/upgrade-helper/upgrade-helper.py	2019-03-04 05:32:33 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python -tt
+#!/opt/freeware/bin/python2 -tt
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
--- ./plugins/list-data/list-data.py_orig	2019-03-04 05:33:09 +0000
+++ ./plugins/list-data/list-data.py	2019-03-04 05:33:20 +0000
@@ -1,4 +1,4 @@
-#! /usr/bin/python -tt
+#!/opt/freeware/bin/python2 -tt
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
--- ./plugins/security/security.py_orig	2019-03-04 05:33:59 +0000
+++ ./plugins/security/security.py	2019-03-04 05:34:09 +0000
@@ -1,4 +1,4 @@
-#! /usr/bin/python -tt
+#!/opt/freeware/bin/python2 -tt
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
--- ./plugins/aliases/aliases.py_orig	2019-03-04 05:34:38 +0000
+++ ./plugins/aliases/aliases.py	2019-03-04 05:34:49 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/opt/freeware/bin/python2
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
--- ./plugins/tmprepo/tmprepo.py_orig	2019-03-04 05:35:15 +0000
+++ ./plugins/tmprepo/tmprepo.py	2019-03-04 05:35:25 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/opt/freeware/bin/python2
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
--- ./plugins/filter-data/filter-data.py_orig	2019-03-04 05:38:54 +0000
+++ ./plugins/filter-data/filter-data.py	2019-03-04 05:39:05 +0000
@@ -1,4 +1,4 @@
-#! /usr/bin/python -tt
+#!/opt/freeware/bin/python2 -tt
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
--- ./plugins/local/local.py_orig	2019-03-04 05:39:32 +0000
+++ ./plugins/local/local.py	2019-03-04 05:39:45 +0000
@@ -1,4 +1,4 @@
-#! /usr/bin/python -tt
+#!/opt/freeware/bin/python2 -tt
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
--- ./plugins/fastestmirror/fastestmirror.py_orig	2019-03-04 05:40:13 +0000
+++ ./plugins/fastestmirror/fastestmirror.py	2019-03-04 05:40:22 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/opt/freeware/bin/python2
 #
 # Version: 0.3.3
 #
--- ./plugins/fastestmirror/fastestmirror-asyncore/fastestmirror-asyncore.py_orig	2019-03-04 05:40:48 +0000
+++ ./plugins/fastestmirror/fastestmirror-asyncore/fastestmirror-asyncore.py	2019-03-04 05:41:00 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/opt/freeware/bin/python2
 # This is a threadless prototype version of fastestmirror
 #
 # Version: 0.3.2
--- ./plugins/verify/verify.py_orig	2019-03-04 05:41:29 +0000
+++ ./plugins/verify/verify.py	2019-03-04 05:41:40 +0000
@@ -1,4 +1,4 @@
-#! /usr/bin/python -tt
+#!/opt/freeware/bin/python2 -tt
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
--- ./plugins/rpm-warm-cache/rpm-warm-cache.py_orig	2019-03-04 05:42:01 +0000
+++ ./plugins/rpm-warm-cache/rpm-warm-cache.py	2019-03-04 05:42:10 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/opt/freeware/bin/python2
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
--- ./plugins/priorities/priorities.py_orig	2019-03-04 05:42:37 +0000
+++ ./plugins/priorities/priorities.py	2019-03-04 05:42:46 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/opt/freeware/bin/python2
 #
 # yum-plugin-priorities 0.0.7
 #
--- ./plugins/keys/keys.py_orig	2019-03-04 05:43:14 +0000
+++ ./plugins/keys/keys.py	2019-03-04 05:43:24 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/opt/freeware/bin/python2
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
--- ./plugins/fedorakmod/fedorakmod.py_orig	2019-03-04 05:43:56 +0000
+++ ./plugins/fedorakmod/fedorakmod.py	2019-03-04 05:44:05 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/opt/freeware/bin/python2
 
 # fedorakmod.py - Fedora Kmod -- Yum Kernel Module Support
 # Copyright 2006 - 2008 NC State University
--- ./plugins/downloadonly/downloadonly.py_orig	2019-03-04 05:44:44 +0000
+++ ./plugins/downloadonly/downloadonly.py	2019-03-04 05:44:54 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/opt/freeware/bin/python2
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
--- ./plugins/ps/ps.py_orig	2019-03-04 05:45:21 +0000
+++ ./plugins/ps/ps.py	2019-03-04 05:45:31 +0000
@@ -1,4 +1,4 @@
-#! /usr/bin/python -tt
+#!/opt/freeware/bin/python2 -tt
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
--- ./plugins/auto-update-debuginfo/auto-update-debuginfo.py_orig	2019-03-04 05:46:01 +0000
+++ ./plugins/auto-update-debuginfo/auto-update-debuginfo.py	2019-03-04 05:46:11 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/opt/freeware/bin/python2
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
--- ./repo-check.py_orig	2019-03-04 05:46:51 +0000
+++ ./repo-check.py	2019-03-04 05:53:25 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python 
+#!/opt/freeware/bin/python2
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
@@ -239,4 +239,4 @@
 if __name__ == '__main__':
     setup_locale()
     util = RepoCheck()
-    
\ No newline at end of file
+    
--- ./repoclosure.py_orig	2019-03-04 05:54:20 +0000
+++ ./repoclosure.py	2019-03-04 05:54:33 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python -t
+#!/opt/freeware/bin/python2 -t
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
--- ./repodiff.py_orig	2019-03-04 05:55:39 +0000
+++ ./repodiff.py	2019-03-04 05:55:49 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python -tt
+#!/opt/freeware/bin/python2 -tt
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
--- ./repo-graph.py_orig	2019-03-04 06:14:27 +0000
+++ ./repo-graph.py	2019-03-04 06:14:37 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/opt/freeware/bin/python2
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
--- ./repomanage.py_orig	2019-03-04 06:15:00 +0000
+++ ./repomanage.py	2019-03-04 06:15:13 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/opt/freeware/bin/python2
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
--- ./repoquery.py_orig	2019-03-04 06:15:35 +0000
+++ ./repoquery.py	2019-03-04 06:15:44 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python -tt
+#!/opt/freeware/bin/python2 -tt
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
--- ./repo-rss.py_orig	2019-03-04 06:16:08 +0000
+++ ./repo-rss.py	2019-03-04 06:16:20 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/opt/freeware/bin/python2
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
--- ./reposync.py_orig	2019-03-04 06:16:41 +0000
+++ ./reposync.py	2019-03-04 06:16:51 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python -tt
+#!/opt/freeware/bin/python2 -tt
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
--- ./repotrack.py_orig	2019-03-04 06:17:14 +0000
+++ ./repotrack.py	2019-03-04 06:17:23 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python -tt
+#!/opt/freeware/bin/python2 -tt
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
--- ./show-changed-rco.py_orig	2019-03-04 06:17:50 +0000
+++ ./show-changed-rco.py	2019-03-04 06:18:08 +0000
@@ -1,6 +1,4 @@
-#! /usr/bin/python -tt
-
-#!/usr/bin/python -tt
+#!/opt/freeware/bin/python2 -tt
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
--- ./show-installed.py_orig	2019-03-04 06:18:36 +0000
+++ ./show-installed.py	2019-03-04 06:18:48 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/opt/freeware/bin/python2
 
 """
 TODO:
--- ./verifytree.py_orig	2019-03-04 06:19:17 +0000
+++ ./verifytree.py	2019-03-04 06:19:28 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python -tt
+#!/opt/freeware/bin/python2 -tt
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
--- ./yum-builddep.py_orig	2019-03-04 06:19:50 +0000
+++ ./yum-builddep.py	2019-03-04 06:20:00 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python -tt
+#!/opt/freeware/bin/python2 -tt
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
--- ./yum-complete-transaction.py_orig	2019-03-04 06:20:24 +0000
+++ ./yum-complete-transaction.py	2019-03-04 06:20:35 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python -tt
+#!/opt/freeware/bin/python2 -tt
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
--- ./yum-config-manager.py_orig	2019-03-04 06:20:59 +0000
+++ ./yum-config-manager.py	2019-03-04 06:21:09 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python -tt
+#!/opt/freeware/bin/python2 -tt
 
 import os, os.path
 import sys
--- ./yumdb.py_orig	2019-03-04 06:21:32 +0000
+++ ./yumdb.py	2019-03-04 06:21:41 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python -tt
+#!/opt/freeware/bin/python2 -tt
 
 import sys
 import optparse
--- ./yum-debug-dump.py_orig	2019-03-04 06:22:06 +0000
+++ ./yum-debug-dump.py	2019-03-04 06:22:16 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python -tt
+#!/opt/freeware/bin/python2 -tt
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
--- ./yum-debug-restore.py_orig	2019-03-04 06:22:41 +0000
+++ ./yum-debug-restore.py	2019-03-04 06:22:50 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python -tt
+#!/opt/freeware/bin/python2 -tt
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
--- ./yumdownloader.py_orig	2019-03-04 06:23:20 +0000
+++ ./yumdownloader.py	2019-03-04 06:23:30 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python 
+#!/opt/freeware/bin/python2
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
--- ./yum-groups-manager.py_orig	2019-03-04 06:23:55 +0000
+++ ./yum-groups-manager.py	2019-03-04 06:24:08 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python -tt
+#!/opt/freeware/bin/python2 -tt
 
 import os
 import sys
--- ./yumutils/i18n.py_orig	2019-03-04 06:25:50 +0000
+++ ./yumutils/i18n.py	2019-03-04 06:26:00 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python -tt
+#!/opt/freeware/bin/python2 -tt
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
--- ./yumutils/__init__.py_orig	2019-03-04 06:26:27 +0000
+++ ./yumutils/__init__.py	2019-03-04 06:26:37 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python -tt
+#!/opt/freeware/bin/python2 -tt
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
--- ./yum-util-cli-template_orig	2019-03-04 06:40:06 +0000
+++ ./yum-util-cli-template	2019-03-04 06:40:23 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python 
+#!/opt/freeware/bin/python2 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
--- ./plugins/versionlock/versionlock.py_orig	2019-03-05 00:58:56 +0000
+++ ./plugins/versionlock/versionlock.py	2019-03-05 00:59:14 +0000
@@ -1,3 +1,4 @@
+#!/opt/freeware/bin/python2
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
