summaryrefslogtreecommitdiff
path: root/lib/chef/resource/python.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/python.rb')
-rw-r--r--lib/chef/resource/python.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/python.rb b/lib/chef/resource/python.rb
index f340afdb39..b1f23d13ce 100644
--- a/lib/chef/resource/python.rb
+++ b/lib/chef/resource/python.rb
@@ -1,4 +1,3 @@
-#
# Author:: Adam Jacob (<adam@opscode.com>)
# Copyright:: Copyright (c) 2008 Opscode, Inc.
# License:: Apache License, Version 2.0
@@ -17,6 +16,7 @@
#
require 'chef/resource/script'
+require 'chef/provider/script'
class Chef
class Resource