remove coding:utf-8 and add some style fixes

This commit is contained in:
Ivan Ivaschenko
2013-11-29 00:17:15 +02:00
parent 5710314252
commit 903ed85f00
17 changed files with 5 additions and 22 deletions

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from flask import Flask, render_template
from flask_debugtoolbar import DebugToolbarExtension