527e098821
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
16 lines
251 B
Python
Executable File
16 lines
251 B
Python
Executable File
#!/usr/bin/env python
|
|
#
|
|
# Copyright (c) 2013-2014 Wind River Systems, Inc.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
|
|
|
|
import sys
|
|
|
|
from cgcs_make_patch.make_patch_functions import modify_patch
|
|
|
|
if __name__ == "__main__":
|
|
sys.exit(modify_patch())
|