jumpserver/apps/applications/hands.py

6 lines
154 B
Python
Raw Normal View History

2016-10-18 15:49:04 +00:00
# -*- coding: utf-8 -*-
#
from users.models import User
2016-12-27 16:28:52 +00:00
from users.permissions import IsSuperUserOrAppUser, IsAppUser
2016-12-25 05:15:28 +00:00
from audits.models import ProxyLog