summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frest/manage/utils.py2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 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")
diff --git a/setup.py b/setup.py
index 9f7472e..7bad118 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ import setuptools
setuptools.setup(
name="frest",
- version="0.0.17",
+ version="0.0.19",
author="Santo Cariotti",
description="Write REST API quickly",
url="https://github.com/dcariotti/frest",