Skip to content

Commit aee4ae5

Browse files
Merge pull request #110 from intel/issue109_fix
Fix for issue109 where the shebang is on the incorrect line
2 parents 8e28f1d + 06cff2d commit aee4ae5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

gimpopenvino/plugins/fast-style-transfer-ov/fast-style-transfer-ov.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
#!/usr/bin/env python3
12
# Copyright(C) 2022-2023 Intel Corporation
23
# SPDX - License - Identifier: Apache - 2.0
34

4-
#!/usr/bin/env python3
55
# coding: utf-8
66
"""
77
Perform superresolution on the current layer.

gimpopenvino/plugins/inpainting-ov/inpainting-ov.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
#!/usr/bin/env python3
12
# Copyright(C) 2022-2023 Intel Corporation
23
# SPDX - License - Identifier: Apache - 2.0
34

4-
#!/usr/bin/env python3
55
# coding: utf-8
66
"""
77
Performs inpainting on a given image with another mask layer.

gimpopenvino/plugins/semseg-ov/semseg-ov.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
#!/usr/bin/env python3
12
# Copyright(C) 2022-2023 Intel Corporation
23
# SPDX - License - Identifier: Apache - 2.0
34

4-
#!/usr/bin/env python3
55
# coding: utf-8
66
"""
77
Performs semantic segmentation of the current layer.

gimpopenvino/plugins/stable-diffusion-ov/stable-diffusion-ov.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
#!/usr/bin/env python3
12
# Copyright(C) 2022-2023 Intel Corporation
23
# SPDX - License - Identifier: Apache - 2.0
34

4-
# !/usr/bin/env python3
55
# coding: utf-8
66
"""
77
Perform Stable-diffusion on the current layer.

gimpopenvino/plugins/superresolution-ov/superresolution-ov.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
#!/usr/bin/env python3
12
# Copyright(C) 2022-2023 Intel Corporation
23
# SPDX - License - Identifier: Apache - 2.0
34

4-
#!/usr/bin/env python3
55
# coding: utf-8
66
"""
77
Perform superresolution on the current layer.

0 commit comments

Comments
 (0)