summaryrefslogtreecommitdiff
path: root/utils/pyversions
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2010-07-05 18:22:37 +0200
committerJulian Andres Klode <jak@debian.org>2010-07-05 18:22:37 +0200
commit9cfc2cd1213ab98d744b42bbfe3a4f8ca5e870ea (patch)
tree0fca6db6624b0c13c5409c1dbf6708b6b1a25c37 /utils/pyversions
parent465b19e6ae3c6daeee0841d38ac93e0c19991c13 (diff)
downloadpython-apt-9cfc2cd1213ab98d744b42bbfe3a4f8ca5e870ea.tar.gz
Re-enable Python 3 support for latest python-default changes (hack).
Diffstat (limited to 'utils/pyversions')
-rwxr-xr-xutils/pyversions2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/pyversions b/utils/pyversions
new file mode 100755
index 00000000..3accad3f
--- /dev/null
+++ b/utils/pyversions
@@ -0,0 +1,2 @@
+#!/bin/sh
+(/usr/bin/pyversions "$@"; /usr/bin/py3versions "$@"; ) | tr '\n' ' '