make imports absolute

このコミットが含まれているのは:
Stephane Martin 2016-09-04 23:25:55 +02:00
コミット 45a1b1a7af
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -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):