mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Rename GeneralizedTime to AccessTime.
This commit is contained in:
committed by
Rob Crittenden
parent
40368f0d01
commit
34deb3fef3
@@ -870,7 +870,7 @@ from frontend import Command, LocalOrRemote
|
||||
from frontend import Object, Method, Property
|
||||
from crud import Create, Retrieve, Update, Delete, Search
|
||||
from parameters import DefaultFrom, Bool, Flag, Int, Float, Bytes, Str, Password,List
|
||||
from parameters import BytesEnum, StrEnum, GeneralizedTime, File
|
||||
from parameters import BytesEnum, StrEnum, AccessTime, File
|
||||
from errors import SkipPluginModule
|
||||
|
||||
# We can't import the python uuid since it includes ctypes which makes
|
||||
|
||||
Reference in New Issue
Block a user