diff options
| -rw-r--r-- | build.py | 4 | ||||
| -rw-r--r-- | coredata.py | 4 | ||||
| -rw-r--r-- | dependencies.py | 2 | ||||
| -rwxr-xr-x | depfixer.py | 2 | ||||
| -rwxr-xr-x | meson_install.py | 2 | ||||
| -rwxr-xr-x | meson_test.py | 2 | ||||
| -rw-r--r-- | mparser.py | 2 | ||||
| -rw-r--r-- | nodes.py | 2 |
8 files changed, 6 insertions, 14 deletions
@@ -1,5 +1,3 @@ -#!/usr/bin/python3 -tt - # Copyright 2012 Jussi Pakkanen # Licensed under the Apache License, Version 2.0 (the "License"); @@ -57,6 +55,6 @@ class Build: def get_configure_files(self): return self.configure_files - + def get_global_flags(self, compiler): return self.global_args.get(compiler.get_language(), []) diff --git a/coredata.py b/coredata.py index 74a55bb6f..9ba4a59fa 100644 --- a/coredata.py +++ b/coredata.py @@ -1,5 +1,3 @@ -#!/usr/bin/python3 -tt - # Copyright 2012 Jussi Pakkanen # Licensed under the Apache License, Version 2.0 (the "License"); @@ -23,7 +21,7 @@ version = '0.5.0-research' # cmakecache. class CoreData(): - + def __init__(self, options): self.version = version self.prefix = options.prefix diff --git a/dependencies.py b/dependencies.py index 36722501a..da0966d7b 100644 --- a/dependencies.py +++ b/dependencies.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 -tt +#!/usr/bin/env python3 # Copyright 2013 Jussi Pakkanen diff --git a/depfixer.py b/depfixer.py index d8dd30341..15e1eaadb 100755 --- a/depfixer.py +++ b/depfixer.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 -tt +#!/usr/bin/python3 # Copyright 2013 Jussi Pakkanen diff --git a/meson_install.py b/meson_install.py index 467423203..38ca621bb 100755 --- a/meson_install.py +++ b/meson_install.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 -tt +#!/usr/bin/env python3 # Copyright 2013 Jussi Pakkanen diff --git a/meson_test.py b/meson_test.py index 60d26c058..5630a9a24 100755 --- a/meson_test.py +++ b/meson_test.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 -tt +#!/usr/bin/env python3 # Copyright 2013 Jussi Pakkanen diff --git a/mparser.py b/mparser.py index d13a1f0db..9a1705ce6 100644 --- a/mparser.py +++ b/mparser.py @@ -1,5 +1,3 @@ -#!/usr/bin/python3 -tt - # Copyright 2012 Jussi Pakkanen # Licensed under the Apache License, Version 2.0 (the "License"); @@ -1,5 +1,3 @@ -#!/usr/bin/python3 -tt - # Copyright 2012 Jussi Pakkanen # Licensed under the Apache License, Version 2.0 (the "License"); |
