Use absolute imports

In Python 3, implicit relative imports will not be supported.
Use fully-qualified imports everywhere.

Reviewed-By: Tomas Babej <tbabej@redhat.com>
This commit is contained in:
Petr Viktorin
2015-08-12 18:17:23 +02:00
committed by Tomas Babej
parent 262faec70a
commit 5435a8a32a
63 changed files with 159 additions and 138 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ Note that member management in other tests also exercises the
gen_modlist code.
"""
from xmlrpc_test import Declarative
from ipatests.test_xmlrpc.xmlrpc_test import Declarative
from ipatests.test_xmlrpc.test_user_plugin import get_user_result
user1=u'tuser1'