mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
netcmd: models: move enum import to correct place
Signed-off-by: Rob van der Linde <rob@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
21667b9b51
commit
10ef49b049
@ -20,11 +20,10 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
from enum import IntEnum, IntFlag
|
||||
|
||||
import io
|
||||
from abc import ABCMeta, abstractmethod
|
||||
from datetime import datetime
|
||||
from enum import IntEnum, IntFlag
|
||||
from xml.etree import ElementTree
|
||||
|
||||
from ldb import Dn, MessageElement, binary_encode, string_to_time, timestring
|
||||
|
Loading…
Reference in New Issue
Block a user