diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-06-06 19:32:48 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-06-06 19:32:48 +0100 |
commit | 2d86cd9ddc5d9442e4a8e8fb50d72480a8293a4a (patch) | |
tree | 59cecf3bc71168b7a32b449aac436b0474147525 /src/backend/__init__.py | |
parent | 1ec0c210ca2cbdb729a416e37a50d4b9a6a0dfa0 (diff) |
minor fixes, make the gui client work with the new backend
Diffstat (limited to 'src/backend/__init__.py')
-rw-r--r-- | src/backend/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/__init__.py b/src/backend/__init__.py index 1b012e3..c5f8f58 100644 --- a/src/backend/__init__.py +++ b/src/backend/__init__.py @@ -3,8 +3,8 @@ from .branchinject import * from .branchmaster import * from .branchnext import * from .branchreset import * +from .cache import * from .check import * -from .clean import * from .csvfiles import * from .database import * from .help import * |