diff --git a/borgweb/__init__.py b/borgweb/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/borgweb/borg/forms/__init__.py b/borgweb/borg/forms/__init__.py new file mode 100644 index 0000000..f40c618 --- /dev/null +++ b/borgweb/borg/forms/__init__.py @@ -0,0 +1 @@ +from .repoform import RepoForm diff --git a/borgweb/borg/forms.py b/borgweb/borg/forms/repoform.py similarity index 100% rename from borgweb/borg/forms.py rename to borgweb/borg/forms/repoform.py