From 882e44448d3b9df6a5968fd40ccbb7a846028650 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 30 Jun 2017 16:27:49 +0200 Subject: [PATCH] Start adoption for Python2 under Solaris --- .gitignore | 1 + mk-home | 2 +- test-home | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 24fc0b4..8f4ea9d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ trace MANIFEST *.egg-info .idea +*.whl diff --git a/mk-home b/mk-home index dec4def..c5e9e25 100755 --- a/mk-home +++ b/mk-home @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python # Standard modules import sys diff --git a/test-home b/test-home index 32eb03e..fd23328 100755 --- a/test-home +++ b/test-home @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python # Standard modules import sys -- 2.39.5