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

Remove requirement of basic parsers.

This commit is contained in:
Dylan Egan 2011-07-07 15:32:48 -07:00
parent 1496e3e840
commit ea612c1da3
2 changed files with 0 additions and 4 deletions

View file

@ -61,8 +61,6 @@ module Fog
end
def initialize(options={})
require 'fog/aws/parsers/iam/basic'
@aws_access_key_id = options[:aws_access_key_id]
end

View file

@ -139,8 +139,6 @@ module Fog
end
def initialize(options={})
require 'fog/compute/parsers/aws/basic'
@aws_access_key_id = options[:aws_access_key_id]
@region = options[:region] || 'us-east-1'