1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/terremark.rb
James Herdman b0a7473f5b Remove unnecessary full path usage with require
'fog/core' is already in the load path. No need to go to these extents.
2012-05-26 11:27:22 -04:00

11 lines
232 B
Ruby

require 'fog/core'
require 'fog/terremark/shared'
require 'fog/terremark/parser'
require 'fog/terremark/vcloud'
module Fog
module Terremark
VCLOUD_OPTIONS = [:terremark_vcloud_username, :terremark_vcloud_password]
end
end