summaryrefslogtreecommitdiff
path: root/lib/chef/client.rb
diff options
context:
space:
mode:
authorRob Redpath <rob.redpath@wwwh.com>2014-11-17 17:51:04 +0000
committerLamont Granquist <lamont@scriptkiddie.org>2015-01-25 10:57:28 -0800
commitfe70247dc9b1a2e02a9a86df1fc65a5dd0bb6580 (patch)
treee689059c7b3cc5eedd5e474b96201b1464f15e84 /lib/chef/client.rb
parentfd8043c8fff8d06c24c4d4dcb544306063e90f65 (diff)
downloadchef-fe70247dc9b1a2e02a9a86df1fc65a5dd0bb6580.tar.gz
Move the require up a level
Diffstat (limited to 'lib/chef/client.rb')
-rw-r--r--lib/chef/client.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/client.rb b/lib/chef/client.rb
index 3d9678ea31..3b4f8d4683 100644
--- a/lib/chef/client.rb
+++ b/lib/chef/client.rb
@@ -39,6 +39,7 @@ require 'chef/cookbook/remote_file_vendor'
require 'chef/event_dispatch/dispatcher'
require 'chef/event_loggers/base'
require 'chef/event_loggers/windows_eventlog'
+require 'chef/exceptions'
require 'chef/formatters/base'
require 'chef/formatters/doc'
require 'chef/formatters/minimal'