提交 6f51d52f 编写于 作者: A alex_hold 提交者: Gitee

update src/xdevice/_core/constants.py.

Signed-off-by:<hejian3@huawei.com>
上级 5bb3e750
......@@ -283,3 +283,10 @@ class ConfigConst(object):
module_kits = "module_kits"
spt = "spt"
version = "version"
class FilePermission(object):
mode_777 = 0o777
mode_755 = 0o755
mode_644 = 0o644
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册