diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-12-02 00:34:57 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-12-02 00:34:57 +0100 |
| commit | 7b58e6df328ba7784f6385c501030ecee0e95b57 (patch) | |
| tree | ca4491698e0541417e93d5505969b5e933684a17 | |
| parent | a2e1bf643493112cc41912a2683529631682de8b (diff) | |
path
| -rw-r--r-- | cli/app/settings/app_cfg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/app/settings/app_cfg.py b/cli/app/settings/app_cfg.py index c4f3231..db2cb57 100644 --- a/cli/app/settings/app_cfg.py +++ b/cli/app/settings/app_cfg.py @@ -17,7 +17,7 @@ codecs.register(lambda name: codecs.lookup('utf8') if name == 'utf8mb4' else Non # ----------------------------------------------------------------------------- CLICK_GROUPS = { - 'process': 'commands/process', + 'process': 'app/commands/process', } # ----------------------------------------------------------------------------- |
