mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-12 13:31:56 +00:00
feat: 支持 py3.9
This commit is contained in:
@@ -28,6 +28,7 @@ class IncludesTextChoicesMeta(type):
|
||||
assert includes
|
||||
|
||||
attrs = _EnumDict()
|
||||
attrs._cls_name = classname
|
||||
for k, v in classdict.items():
|
||||
attrs[k] = v
|
||||
|
||||
|
Reference in New Issue
Block a user