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/libvirt.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
138 B
Ruby

require 'fog/core'
module Fog
module Libvirt
extend Fog::Provider
service(:compute, 'libvirt/compute', 'Compute')
end
end