Continue to port GMG codebase.
[mediagoblin.git] / mediagoblin / storage / __init__.py
index 51b46c07151f8bb65f9346cce2f92c47275d26f1..3aa1f4a4f6e2af380f097a74d9631d7305efb350 100644 (file)
@@ -14,6 +14,8 @@
 # You should have received a copy of the GNU Affero General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+from __future__ import absolute_import
+
 import shutil
 import uuid
 
@@ -268,4 +270,4 @@ def storage_system_from_config(config_section):
     storage_class = common.import_component(storage_class)
     return storage_class(**config_params)
 
-import filestorage
+from . import filestorage