aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2018-04-11 05:54:19 -0400
committerTim Harder <radhermit@gmail.com>2018-04-11 06:00:12 -0400
commite86cc84cb67f7c01fd6079ef8685e098bf313d61 (patch)
treec97d50e7f0df4e880fd22ae36daa5542dfc96f0d /examples
parentmove tests to root dir (diff)
downloadpkgcore-e86cc84cb67f7c01fd6079ef8685e098bf313d61.tar.gz
pkgcore-e86cc84cb67f7c01fd6079ef8685e098bf313d61.tar.bz2
pkgcore-e86cc84cb67f7c01fd6079ef8685e098bf313d61.zip
update examples
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/changed_use.py2
-rwxr-xr-xexamples/identify-installed-non-split-debug-pkgs.py2
-rwxr-xr-xexamples/pkg_info.py2
-rwxr-xr-xexamples/repo_list.py2
-rwxr-xr-xexamples/report_pkg_changes.py2
5 files changed, 5 insertions, 5 deletions
diff --git a/examples/changed_use.py b/examples/changed_use.py
index 91a835f3..b952351d 100755
--- a/examples/changed_use.py
+++ b/examples/changed_use.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Copyright 2007 Charlie Shepherd
from __future__ import print_function
diff --git a/examples/identify-installed-non-split-debug-pkgs.py b/examples/identify-installed-non-split-debug-pkgs.py
index b20eba99..97f2e6b7 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/env python
+#!/usr/bin/env python3
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 c5f67a00..8eadc910 100755
--- a/examples/pkg_info.py
+++ b/examples/pkg_info.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
from __future__ import print_function
diff --git a/examples/repo_list.py b/examples/repo_list.py
index 5de67f55..f9c92d57 100755
--- a/examples/repo_list.py
+++ b/examples/repo_list.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Copyright 2007 Charlie Shepherd
from __future__ import print_function
diff --git a/examples/report_pkg_changes.py b/examples/report_pkg_changes.py
index 696ca128..b6a974f6 100755
--- a/examples/report_pkg_changes.py
+++ b/examples/report_pkg_changes.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
import os
import sys