diff options
| author | Santo Cariotti <dcariotti24@gmail.com> | 2020-04-06 20:03:22 +0000 |
|---|---|---|
| committer | Santo Cariotti <dcariotti24@gmail.com> | 2020-04-06 20:03:22 +0000 |
| commit | 388ae097da005fdf800b423ced8cb9fe4b7296d6 (patch) | |
| tree | 3611c9231d3e2ea278cb01c43f7b61623f066a2b /frest/manage/utils.py | |
| parent | 9773dbc24d103867934a1678ed90bb57957adccb (diff) | |
fix: templates path
Diffstat (limited to 'frest/manage/utils.py')
| -rw-r--r-- | frest/manage/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frest/manage/utils.py b/frest/manage/utils.py index 6634e05..347d3f8 100644 --- a/frest/manage/utils.py +++ b/frest/manage/utils.py @@ -1,7 +1,7 @@ import os from .bcolors import COLORS import re - +import frest ENDC = len(COLORS) - 1 TEMPLATE_PATH = os.path.join(frest.__path__[0], "templates") |
