diff --git a/bindings/bindings.py b/bindings/bindings.py index b46357d..2711809 100644 --- a/bindings/bindings.py +++ b/bindings/bindings.py @@ -1,4 +1,3 @@ -#! /usr/bin/env python # # Lasso - A free implementation of the Liberty Alliance specifications. # diff --git a/bindings/python/tests/binding_tests.py b/bindings/python/tests/binding_tests.py index 54c3635..c3e9993 100755 --- a/bindings/python/tests/binding_tests.py +++ b/bindings/python/tests/binding_tests.py @@ -1,4 +1,3 @@ -#! /usr/bin/env python # -*- coding: UTF-8 -*- # # $Id: binding_tests.py 3283 2007-06-11 09:10:18Z dlaniel $ diff --git a/bindings/python/tests/idwsf1_tests.py b/bindings/python/tests/idwsf1_tests.py index 89832b9..d89019b 100755 --- a/bindings/python/tests/idwsf1_tests.py +++ b/bindings/python/tests/idwsf1_tests.py @@ -1,4 +1,3 @@ -#! /usr/bin/env python # -*- coding: UTF-8 -*- # # Python unit tests for Lasso library diff --git a/bindings/python/tests/idwsf2_tests.py b/bindings/python/tests/idwsf2_tests.py index 4e47a4a..c80ff6b 100755 --- a/bindings/python/tests/idwsf2_tests.py +++ b/bindings/python/tests/idwsf2_tests.py @@ -1,4 +1,3 @@ -#! /usr/bin/env python # -*- coding: UTF-8 -*- # # $Id: idwsf2_tests.py 3254 2007-06-05 21:23:57Z dlaniel $ diff --git a/bindings/python/tests/profiles_tests.py b/bindings/python/tests/profiles_tests.py index 0ba1e56..213c744 100755 --- a/bindings/python/tests/profiles_tests.py +++ b/bindings/python/tests/profiles_tests.py @@ -1,4 +1,3 @@ -#! /usr/bin/env python # -*- coding: UTF-8 -*- # # $Id: profiles_tests.py 3254 2007-06-05 21:23:57Z fpeters $ diff --git a/bindings/python/tests/tests.py b/bindings/python/tests/tests.py index 4a66b7f..1565d95 100755 --- a/bindings/python/tests/tests.py +++ b/bindings/python/tests/tests.py @@ -1,4 +1,3 @@ -#! /usr/bin/env python # -*- coding: UTF-8 -*- # # $Id: tests.py 3425 2007-10-10 09:31:03Z dlaniel $ diff --git a/lasso/build_strerror.py b/lasso/build_strerror.py index 908638d..650dba2 100644 --- a/lasso/build_strerror.py +++ b/lasso/build_strerror.py @@ -1,4 +1,3 @@ -#! /usr/bin/env python import glob import re diff --git a/lasso/extract_sections.py b/lasso/extract_sections.py index 1eccad6..93cf968 100644 --- a/lasso/extract_sections.py +++ b/lasso/extract_sections.py @@ -1,4 +1,3 @@ -#! /usr/bin/env python import glob import re diff --git a/lasso/extract_symbols.py b/lasso/extract_symbols.py index 6b1f297..5368ec7 100644 --- a/lasso/extract_symbols.py +++ b/lasso/extract_symbols.py @@ -1,4 +1,3 @@ -#! /usr/bin/env python import glob import re diff --git a/lasso/extract_types.py b/lasso/extract_types.py index 2bacbd5..c520a41 100644 --- a/lasso/extract_types.py +++ b/lasso/extract_types.py @@ -1,4 +1,3 @@ -#! /usr/bin/env python import glob import re diff --git a/tools/check-lasso-sections.py b/tools/check-lasso-sections.py index 3a6c988..a1fcfcd 100755 --- a/tools/check-lasso-sections.py +++ b/tools/check-lasso-sections.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python import sys import os.path diff --git a/tools/generate_idwsf2_classes.py b/tools/generate_idwsf2_classes.py index 049c0ea..c3fa124 100644 --- a/tools/generate_idwsf2_classes.py +++ b/tools/generate_idwsf2_classes.py @@ -1,4 +1,3 @@ -#! /usr/bin/env python import os import re