golden hour
/opt/cloudlinux/venv/lib/python3.11/site-packages/lvestats
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
275 B
Del
OK
__pycache__
-
Del
OK
burstwatcher
-
Del
OK
core
-
Del
OK
eventloop
-
Del
OK
lib
-
Del
OK
main.py
2.74 KB
Del
OK
orm
-
Del
OK
plugins
-
Del
OK
snapshots
-
Del
OK
utils
-
Del
OK
version.py
376 B
Del
OK
Edit: version.py
#!/opt/cloudlinux/venv/bin/python3 -bb # coding=utf-8 # # Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2019 All Rights Reserved # # Licensed under CLOUD LINUX LICENSE AGREEMENT # http://cloudlinux.com/docs/LICENSE.TXT # This variable will be updated by RPM spec durring build process VERSION = "4.3.2-1.el7" if __name__ == '__main__': print(VERSION)
Save