Browse Source

Removed some require to avoid issues

Juanje Ojeda 12 years ago
parent
commit
b25e4a795f
2 changed files with 0 additions and 4 deletions
  1. 0 3
      libraries/file_edit.rb
  2. 0 1
      providers/plain_file.rb

+ 0 - 3
libraries/file_edit.rb

@@ -15,9 +15,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-require 'fileutils'
-require 'tempfile'
-
 class Chef
   class Util
     class FileEdit

+ 0 - 1
providers/plain_file.rb

@@ -1,4 +1,3 @@
-require 'chef/util/file_edit'
 
 action :replace do
   if ::File.exists? new_resource.name