You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by mf...@apache.org on 2013/04/10 21:38:21 UTC

[5/6] git commit: Core: Prevent including Deltacloud module in global namespace

Core: Prevent including Deltacloud module in global namespace

This include cause global namespace conflicts with Rails
modules and potentially with anything that share the same name
as Deltacloud models.


Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/027fa7ad
Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/027fa7ad
Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/027fa7ad

Branch: refs/heads/master
Commit: 027fa7ad6c9987b334818de0ea49df5dae727770
Parents: fd4f40c
Author: Michal Fojtik <mf...@redhat.com>
Authored: Wed Apr 10 15:42:15 2013 +0200
Committer: Michal fojtik <mf...@redhat.com>
Committed: Wed Apr 10 21:31:36 2013 +0200

----------------------------------------------------------------------
 .../lib/deltacloud/helpers/blob_stream_helper.rb   |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/027fa7ad/server/lib/deltacloud/helpers/blob_stream_helper.rb
----------------------------------------------------------------------
diff --git a/server/lib/deltacloud/helpers/blob_stream_helper.rb b/server/lib/deltacloud/helpers/blob_stream_helper.rb
index 88c6c4d..3c93231 100644
--- a/server/lib/deltacloud/helpers/blob_stream_helper.rb
+++ b/server/lib/deltacloud/helpers/blob_stream_helper.rb
@@ -13,8 +13,6 @@
 # License for the specific language governing permissions and limitations
 # under the License.
 
-include Deltacloud
-
 begin
   require 'eventmachine'
   #--