mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
Removed unnecessary imports after code review.
Signed-off-by: Rafael Guterres Jeffman <rjeffman@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
parent
d4fab33605
commit
73529e065c
@ -22,7 +22,7 @@
|
|||||||
# Make sure we only run this module at the server where samba4-python
|
# Make sure we only run this module at the server where samba4-python
|
||||||
# package is installed to avoid issues with unavailable modules
|
# package is installed to avoid issues with unavailable modules
|
||||||
|
|
||||||
from __future__ import absolute_import, unicode_literals
|
from __future__ import absolute_import
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
import re
|
import re
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Copyright (C) 2016 FreeIPA Contributors see COPYING for license
|
# Copyright (C) 2016 FreeIPA Contributors see COPYING for license
|
||||||
#
|
#
|
||||||
|
|
||||||
from __future__ import absolute_import, unicode_literals
|
from __future__ import absolute_import
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
@ -21,8 +21,6 @@ Test adding/removing external members (trusted domain objects) to IPA groups.
|
|||||||
These tests are skipped if trust is not established.
|
These tests are skipped if trust is not established.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from __future__ import unicode_literals
|
|
||||||
|
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
from ipalib import api
|
from ipalib import api
|
||||||
|
Loading…
Reference in New Issue
Block a user