summaryrefslogtreecommitdiff
path: root/fs/expose/django_storage.py
diff options
context:
space:
mode:
Diffstat (limited to 'fs/expose/django_storage.py')
-rw-r--r--fs/expose/django_storage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/expose/django_storage.py b/fs/expose/django_storage.py
index a46c7f1..9a84b2a 100644
--- a/fs/expose/django_storage.py
+++ b/fs/expose/django_storage.py
@@ -19,7 +19,7 @@ from django.core.files.storage import Storage
from django.core.files import File
from fs.path import abspath, dirname
-from fs.errors import convert_fs_errors
+from fs.errors import convert_fs_errors, ResourceNotFoundError
class FSStorage(Storage):
"""Expose an FS object as a Django File Storage object."""