From 75f93a3f7854a7383febd047391e2bfd4caceee0 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Thu, 20 Mar 2014 17:49:16 +0200 Subject: Initial git fork of django-storages --- storages/tests/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 storages/tests/__init__.py (limited to 'storages/tests/__init__.py') diff --git a/storages/tests/__init__.py b/storages/tests/__init__.py new file mode 100644 index 0000000..e17e6d5 --- /dev/null +++ b/storages/tests/__init__.py @@ -0,0 +1,2 @@ +from storages.tests.hashpath import * +from storages.tests.s3boto import * -- cgit v1.3.1