lib/azure.rb in azure-0.7.0.pre2 vs lib/azure.rb in azure-0.7.0.pre3

- old
+ new

@@ -62,9 +62,10 @@ autoload :CloudService, 'azure/cloud_service_management/cloud_service' end module Core autoload :Utility, 'azure/core/utility' + autoload :Logger, 'azure/core/utility' autoload :Error, 'azure/core/error' autoload :Service, 'azure/core/service' autoload :FilteredService, 'azure/core/filtered_service' autoload :SignedService, 'azure/core/signed_service' end