Remove flask superclass

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

View file

@ -17,7 +17,7 @@ try:
from greenlet import greenlet
except ImportError:
greenlet = None
from tests import TestFlask
def test_teardown_on_pop():