1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

fix joyent and xenserver so they can be required individually

This commit is contained in:
Lance Ivy 2013-03-28 11:52:27 -04:00
parent 70ca86122f
commit ff180b5c1a
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
require 'fog/core'
module Fog
module Joyent
extend Fog::Provider

View file

@ -1,3 +1,5 @@
require 'fog/core'
module Fog
module XenServer