make imports absolute

Este commit está contenido en:
Stephane Martin 2016-09-04 23:25:55 +02:00
padre bae317c5b6
commit 45a1b1a7af
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

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