make imports absolute

This commit is contained in:
Stephane Martin 2016-09-04 23:25:55 +02:00
parent bae317c5b6
commit 45a1b1a7af
1 changed files with 1 additions and 1 deletions

View File

@ -6,8 +6,8 @@ import tempfile
from flask_testing import TestCase
from realms.lib.util import random_string
from realms import create_app
from realms.lib.util import random_string
class BaseTest(TestCase):