mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add absolute_import to test_authselect
This is to keep backward compatibility with Python 2 Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
parent
73c3495db2
commit
d5e5bd501c
@ -6,6 +6,8 @@
|
||||
Module provides tests to verify that the authselect code works.
|
||||
"""
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
||||
import pytest
|
||||
|
||||
import ipaplatform.paths
|
||||
|
Loading…
Reference in New Issue
Block a user