jumpserver/apps/perms/hands.py

11 lines
288 B
Python
Raw Normal View History

2016-09-10 13:08:10 +00:00
# ~*~ coding: utf-8 ~*~
#
2016-09-11 08:59:19 +00:00
from users.utils import AdminUserRequiredMixin
from users.models import User, UserGroup
from assets.models import Asset, AssetGroup, SystemUser
from assets.serializers import AssetGrantedSerializer, AssetGroupGrantedSerializer, MyAssetGroupGrantedSerializer
2016-09-10 13:08:10 +00:00
2016-11-02 16:09:38 +00:00