summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/yum/python_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/package/yum/python_helper.rb')
-rw-r--r--lib/chef/provider/package/yum/python_helper.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/provider/package/yum/python_helper.rb b/lib/chef/provider/package/yum/python_helper.rb
index 6ae9cc911a..4641980be7 100644
--- a/lib/chef/provider/package/yum/python_helper.rb
+++ b/lib/chef/provider/package/yum/python_helper.rb
@@ -15,9 +15,9 @@
# limitations under the License.
#
-require "chef/mixin/which"
-require "chef/mixin/shell_out"
-require "chef/provider/package/yum/version"
+require_relative "../../../mixin/which"
+require_relative "../../../mixin/shell_out"
+require_relative "version"
require "singleton"
require "timeout"