make imports absolute

This commit is contained in:
Stephane Martin 2016-09-04 23:25:55 +02:00
父節點 bae317c5b6
當前提交 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):