Removed -tt, which is not necessary with Python 3.

pull/15/head
Jussi Pakkanen 12 years ago
parent 4f1ca2062d
commit 0f03b26f44
  1. 4
      build.py
  2. 4
      coredata.py
  3. 2
      dependencies.py
  4. 2
      depfixer.py
  5. 2
      meson_install.py
  6. 2
      meson_test.py
  7. 2
      mparser.py
  8. 2
      nodes.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(), [])

@ -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

@ -1,4 +1,4 @@
#!/usr/bin/env python3 -tt
#!/usr/bin/env python3
# Copyright 2013 Jussi Pakkanen

@ -1,4 +1,4 @@
#!/usr/bin/python3 -tt
#!/usr/bin/python3
# Copyright 2013 Jussi Pakkanen

@ -1,4 +1,4 @@
#!/usr/bin/env python3 -tt
#!/usr/bin/env python3
# Copyright 2013 Jussi Pakkanen

@ -1,4 +1,4 @@
#!/usr/bin/env python3 -tt
#!/usr/bin/env python3
# Copyright 2013 Jussi Pakkanen

@ -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");

Loading…
Cancel
Save