# File lib/chef/sandbox.rb, line 143
    def self.cdb_load(guid, couchdb=nil)
      # Probably want to look for a view here at some point
      (couchdb || Chef::CouchDB.new).load("sandbox", guid)
    end