diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/contrib/python/generate-manifest-2.7.py | 1 | ||||
-rwxr-xr-x | scripts/contrib/python/generate-manifest-3.5.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/scripts/contrib/python/generate-manifest-2.7.py b/scripts/contrib/python/generate-manifest-2.7.py index b5941a035f..5504b62271 100755 --- a/scripts/contrib/python/generate-manifest-2.7.py +++ b/scripts/contrib/python/generate-manifest-2.7.py | |||
@@ -34,7 +34,6 @@ class MakefileMaker: | |||
34 | self.out( """ | 34 | self.out( """ |
35 | # WARNING: This file is AUTO GENERATED: Manual edits will be lost next time I regenerate the file. | 35 | # WARNING: This file is AUTO GENERATED: Manual edits will be lost next time I regenerate the file. |
36 | # Generator: '%s%s' Version %s (C) 2002-2010 Michael 'Mickey' Lauer <mlauer@vanille-media.de> | 36 | # Generator: '%s%s' Version %s (C) 2002-2010 Michael 'Mickey' Lauer <mlauer@vanille-media.de> |
37 | # Visit the Python for Embedded Systems Site => http://www.Vanille.de/projects/python.spy | ||
38 | """ % ( sys.argv[0], ' --native' if isNative else '', __version__ ) ) | 37 | """ % ( sys.argv[0], ' --native' if isNative else '', __version__ ) ) |
39 | 38 | ||
40 | # | 39 | # |
diff --git a/scripts/contrib/python/generate-manifest-3.5.py b/scripts/contrib/python/generate-manifest-3.5.py index a7fc8bad09..386bdfcefd 100755 --- a/scripts/contrib/python/generate-manifest-3.5.py +++ b/scripts/contrib/python/generate-manifest-3.5.py | |||
@@ -37,7 +37,6 @@ class MakefileMaker: | |||
37 | self.out( """ | 37 | self.out( """ |
38 | # WARNING: This file is AUTO GENERATED: Manual edits will be lost next time I regenerate the file. | 38 | # WARNING: This file is AUTO GENERATED: Manual edits will be lost next time I regenerate the file. |
39 | # Generator: '%s%s' Version %s (C) 2002-2010 Michael 'Mickey' Lauer <mlauer@vanille-media.de> | 39 | # Generator: '%s%s' Version %s (C) 2002-2010 Michael 'Mickey' Lauer <mlauer@vanille-media.de> |
40 | # Visit the Python for Embedded Systems Site => http://www.Vanille.de/projects/python.spy | ||
41 | """ % ( sys.argv[0], ' --native' if isNative else '', __version__ ) ) | 40 | """ % ( sys.argv[0], ' --native' if isNative else '', __version__ ) ) |
42 | 41 | ||
43 | # | 42 | # |