Remove flask superclass

This commit is contained in:
Markus Unterwaditzer 2014-09-03 21:02:03 +02:00
parent af41dbe0c4
commit af4cb0ff2b
15 changed files with 14 additions and 35 deletions

View file

@ -16,7 +16,7 @@ import unittest
import logging
from jinja2 import TemplateNotFound
from tests import TestFlask
def test_context_processing():