Merge pull request #42 from alphagov/file-encoding

Added encoding to file
This commit is contained in:
minglis
2016-01-06 11:10:59 +00:00
+2
View File
@@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
import time import time
from flask import render_template from flask import render_template
from app.main import main from app.main import main