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
3eb8a702c8
jumpserver
/
apps
/
ops
/
models
/
__init__.py
5 lines
80 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
*