mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 08:22:08 +08:00
11 lines
196 B
Python
11 lines
196 B
Python
#!/usr/bin/env python
|
|
|
|
import sys
|
|
import os
|
|
sys.path.append("../../../../build_tools/scripts")
|
|
import base
|
|
|
|
base.configure_common_apps()
|
|
|
|
base.cmd_in_dir("./../../graphics/pro/js", "./before.py")
|