17 lines
579 B
Diff
17 lines
579 B
Diff
Subject: remove cross paths from .py
|
|
Bug: 116407
|
|
Tags: cross
|
|
|
|
diff -rupN a/python/libgrass_interface_generator/ctypesgen/printer_python/defaultheader.py b/python/libgrass_interface_generator/ctypesgen/printer_python/defaultheader.py
|
|
--- a/python/libgrass_interface_generator/ctypesgen/printer_python/defaultheader.py 2023-07-28 01:27:01.899690370 +0300
|
|
+++ b/python/libgrass_interface_generator/ctypesgen/printer_python/defaultheader.py 2023-07-28 01:27:39.800521372 +0300
|
|
@@ -1,8 +1,5 @@
|
|
r"""Wrapper for %(name)s
|
|
|
|
-Generated with:
|
|
-%(argv)s
|
|
-
|
|
Do not modify this file.
|
|
"""
|
|
|