Current Path : /proc/thread-self/root/opt/alt/python37/lib/python3.7/site-packages/lvestats/ |
Current File : //proc/thread-self/root/opt/alt/python37/lib/python3.7/site-packages/lvestats/version.py |
#!/opt/alt/python37/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 from __future__ import print_function VERSION = "4.1.23-1.el8" if __name__ == '__main__': print(VERSION)