about summary refs log tree commit homepage
path: root/lib/mogilefs/http_file.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-12-09 16:23:48 -0800
committerEric Wong <normalperson@yhbt.net>2011-12-10 00:24:03 +0000
commit7f153071e40b1242ad0aa46c81ec0e927b9fc890 (patch)
tree91d2063af5f2f261d003273c4b5885912c9c14e7 /lib/mogilefs/http_file.rb
parent5326214033b4f26ec426a0313c164f5de0225207 (diff)
downloadmogilefs-client-7f153071e40b1242ad0aa46c81ec0e927b9fc890.tar.gz
This should make documentation easier
Diffstat (limited to 'lib/mogilefs/http_file.rb')
-rw-r--r--lib/mogilefs/http_file.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mogilefs/http_file.rb b/lib/mogilefs/http_file.rb
index b2d5620..8784f68 100644
--- a/lib/mogilefs/http_file.rb
+++ b/lib/mogilefs/http_file.rb
@@ -1,7 +1,7 @@
 # -*- encoding: binary -*-
 # here are internal implementation details, do not use them in your code
 require 'stringio'
-require 'mogilefs/new_file_common'
+require 'mogilefs/new_file'
 
 ##
 # HTTPFile wraps up the new file operations for storing files onto an HTTP
@@ -11,7 +11,7 @@ require 'mogilefs/new_file_common'
 # create a new file using MogileFS::MogileFS.new_file.
 #
 class MogileFS::HTTPFile < StringIO
-  include MogileFS::NewFileCommon
+  include MogileFS::NewFile::Common
 
   ##
   # The big_io name in case we have file > 256M