Set utf-8 encoding on required files

This commit is contained in:
Titouan Vervack 2018-03-08 23:22:32 +01:00
parent 335cecee8a
commit 0ff7dca664
4 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
from models import Location, Product
from app import db
from itertools import product

View file

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
from models import Location, Product
from app import db

View file

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
from datetime import datetime
from collections import defaultdict

View file

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
from datetime import datetime
from flask import render_template