From 790443782ccab0784d817eb1f43021860906e455 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Thu, 9 Apr 2020 21:42:06 +0200 Subject: fix: imports --- frest/templates/app.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frest/templates') diff --git a/frest/templates/app.txt b/frest/templates/app.txt index 9719b87..3f829e0 100644 --- a/frest/templates/app.txt +++ b/frest/templates/app.txt @@ -6,7 +6,7 @@ from database import config as db_config from mail import mail from mail import config as mail_config from flask_sqlalchemy import SQLAlchemy -from utils import http_call +from frest.utils import http_call from flask_cors import CORS import os -- cgit v1.2.3-71-g8e6c