This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
jumpserver
mirror of
https://github.com/jumpserver/jumpserver
Watch
1
Star
0
Fork
You've already forked jumpserver
0
Code
Issues
Releases
Wiki
Activity
150e1030c3
jumpserver
/
apps
/
ops
/
models
/
__init__.py
6 lines
81 B
Python
Raw
Normal View
History
Unescape
Escape
为了防止循环导入,采用__all__导出模块变量
2016-12-11 04:05:11 +00:00
from
ansible
import
*
from
cron
import
*
from
sudo
import
*
为模型生成fake数据
2016-12-12 03:08:10 +00:00
from
utils
import
*
ansible Task接口更上层抽象的基本实现
2016-12-19 06:07:21 +00:00