diff --git a/borgweb/borg/views/__init__.py b/borgweb/borg/views/__init__.py index 2b7cfeb..23107cb 100644 --- a/borgweb/borg/views/__init__.py +++ b/borgweb/borg/views/__init__.py @@ -1,3 +1,3 @@ -from .views import index, repo, axes -from .post import post_repo, post_archive, post_error, post_location -from .json import repo_daily_json, repo_monthly_json, repo_list_json, repo_json, repo_monthly_size_json +from .views import * +from .post import * +from .json import *