diff options
author | Eric Anholt <eric@anholt.net> | 2008-02-21 13:33:10 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-02-21 13:33:10 -0800 |
commit | 088b8e45ecb2f493ae03cf6ce223debffd029b1b (patch) | |
tree | 5593bcff8e138f16781ba0a9d72f7a00dc691344 /framework | |
parent | dace812dae304fd1ce3f765d0e04effeb203cf91 (diff) |
Use /usr/bin/env python instead of /usr/bin/python for portability.
Diffstat (limited to 'framework')
-rw-r--r-- | framework/__init__.py | 2 | ||||
-rw-r--r-- | framework/core.py | 2 | ||||
-rw-r--r-- | framework/exectest.py | 2 | ||||
-rw-r--r-- | framework/gleantest.py | 2 | ||||
-rw-r--r-- | framework/summary.py | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/framework/__init__.py b/framework/__init__.py index 614ce5623..00691e28d 100644 --- a/framework/__init__.py +++ b/framework/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation diff --git a/framework/core.py b/framework/core.py index a0c879785..9e282afc2 100644 --- a/framework/core.py +++ b/framework/core.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation diff --git a/framework/exectest.py b/framework/exectest.py index df20df768..318486535 100644 --- a/framework/exectest.py +++ b/framework/exectest.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation diff --git a/framework/gleantest.py b/framework/gleantest.py index e711a2f42..efc1cc66e 100644 --- a/framework/gleantest.py +++ b/framework/gleantest.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation diff --git a/framework/summary.py b/framework/summary.py index 0de29a6e7..18bfc8b33 100644 --- a/framework/summary.py +++ b/framework/summary.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation |