aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2014-02-05 17:53:06 -0800
committerTim Harder <radhermit@gmail.com>2014-02-05 17:53:06 -0800
commit29ea63d655bf53f39a45f942bb27006c65421e54 (patch)
tree91b0521991a81982cecae0b1de84a4ffba48bb45 /examples
parentupdate iter_read_bash module import location for recent snakeoil (diff)
downloadpkgcore-29ea63d655bf53f39a45f942bb27006c65421e54.tar.gz
pkgcore-29ea63d655bf53f39a45f942bb27006c65421e54.tar.bz2
pkgcore-29ea63d655bf53f39a45f942bb27006c65421e54.zip
standardize shebangs
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/identify-installed-non-split-debug-pkgs.py2
-rwxr-xr-xexamples/pkg_info.py2
-rwxr-xr-xexamples/report_pkg_changes.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/identify-installed-non-split-debug-pkgs.py b/examples/identify-installed-non-split-debug-pkgs.py
index 885358618..74758a355 100755
--- a/examples/identify-installed-non-split-debug-pkgs.py
+++ b/examples/identify-installed-non-split-debug-pkgs.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
from pkgcore.config import load_config
from pkgcore.util.file_type import file_identifier
diff --git a/examples/pkg_info.py b/examples/pkg_info.py
index cd865f5de..0ca652798 100755
--- a/examples/pkg_info.py
+++ b/examples/pkg_info.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/env python
import sys, itertools
diff --git a/examples/report_pkg_changes.py b/examples/report_pkg_changes.py
index fc033ed20..c259e4bef 100755
--- a/examples/report_pkg_changes.py
+++ b/examples/report_pkg_changes.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
import sys, os