aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.py4
-rw-r--r--coredata.py4
-rw-r--r--dependencies.py2
-rwxr-xr-xdepfixer.py2
-rwxr-xr-xmeson_install.py2
-rwxr-xr-xmeson_test.py2
-rw-r--r--mparser.py2
-rw-r--r--nodes.py2
8 files changed, 6 insertions, 14 deletions
diff --git a/build.py b/build.py
index 59a694e..a456ef7 100644
--- a/build.py
+++ b/build.py
@@ -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 74a55bb..9ba4a59 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 3672250..da0966d 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 d8dd303..15e1eaa 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 4674232..38ca621 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 60d26c0..5630a9a 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 d13a1f0..9a1705c 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");
diff --git a/nodes.py b/nodes.py
index e692c48..e8f1f40 100644
--- a/nodes.py
+++ b/nodes.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python3 -tt
-
# Copyright 2012 Jussi Pakkanen
# Licensed under the Apache License, Version 2.0 (the "License");