diff options
Diffstat (limited to 'lib/chef/resource/python.rb')
-rw-r--r-- | lib/chef/resource/python.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/resource/python.rb b/lib/chef/resource/python.rb index f6c259b858..b1e059a66f 100644 --- a/lib/chef/resource/python.rb +++ b/lib/chef/resource/python.rb @@ -15,8 +15,8 @@ # limitations under the License. # -require "chef/resource/script" -require "chef/provider/script" +require_relative "script" +require_relative "../provider/script" class Chef class Resource |