summaryrefslogtreecommitdiff
path: root/django/contrib/formtools/wizard/storage/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/contrib/formtools/wizard/storage/__init__.py')
-rw-r--r--django/contrib/formtools/wizard/storage/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/django/contrib/formtools/wizard/storage/__init__.py b/django/contrib/formtools/wizard/storage/__init__.py
index 8f57605ec5..4dbc15a298 100644
--- a/django/contrib/formtools/wizard/storage/__init__.py
+++ b/django/contrib/formtools/wizard/storage/__init__.py
@@ -5,6 +5,10 @@ from django.contrib.formtools.wizard.storage.base import BaseStorage
from django.contrib.formtools.wizard.storage.exceptions import (
MissingStorage, NoFileStorageConfigured)
+__all__ = [
+ "BaseStorage", "MissingStorage", "NoFileStorageConfigured", "get_storage",
+]
+
def get_storage(path, *args, **kwargs):
try: