make imports absolute
This commit is contained in:
parent
bae317c5b6
commit
45a1b1a7af
|
@ -6,8 +6,8 @@ import tempfile
|
||||||
|
|
||||||
from flask_testing import TestCase
|
from flask_testing import TestCase
|
||||||
|
|
||||||
from realms.lib.util import random_string
|
|
||||||
from realms import create_app
|
from realms import create_app
|
||||||
|
from realms.lib.util import random_string
|
||||||
|
|
||||||
|
|
||||||
class BaseTest(TestCase):
|
class BaseTest(TestCase):
|
||||||
|
|
Loading…
Reference in a new issue