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

[aws|iam] fix helper location

This commit is contained in:
geemus 2011-01-03 18:56:02 -08:00
parent 9a52c94513
commit 3fd9d13bc2
2 changed files with 15 additions and 12 deletions

View file

@ -0,0 +1,15 @@
class AWS
module IAM
module Formats
BASIC = {
'RequestId' => String
}
end
end
end

View file

@ -13,18 +13,6 @@ class AWS
end
module IAM
module Formats
BASIC = {
'RequestId' => String
}
end
end
end
unless defined?(GENTOO_AMI)