forked from orbit-oss/flask
reload_module is in six.moves
This commit is contained in:
parent
8494574fdf
commit
c618db92d6
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ from __future__ import with_statement
|
||||||
import sys
|
import sys
|
||||||
import unittest
|
import unittest
|
||||||
from flask.testsuite import FlaskTestCase
|
from flask.testsuite import FlaskTestCase
|
||||||
from six import reload_module
|
from six.moves import reload_module
|
||||||
|
|
||||||
class ExtImportHookTestCase(FlaskTestCase):
|
class ExtImportHookTestCase(FlaskTestCase):
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue