File: generate_wix_guid.py

package info (click to toggle)
level-zero 1.28.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 15,308 kB
  • sloc: cpp: 149,246; ansic: 16,655; python: 12,807; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 114 bytes parent folder | download
1
2
3
4
5
6
7
8
"""
 Copyright (C) 2025 Intel Corporation

 SPDX-License-Identifier: MIT

"""
import uuid
print(str(uuid.uuid4()))