]> Frank Brehm's Git Trees - pixelpark/admin-tools.git/commitdiff
Start adoption for Python2 under Solaris
authorFrank Brehm <frank.brehm@pixelpark.com>
Fri, 30 Jun 2017 14:27:49 +0000 (16:27 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Fri, 30 Jun 2017 14:27:49 +0000 (16:27 +0200)
.gitignore
mk-home
test-home

index 24fc0b466203405e35b47576d6b55a5af1462263..8f4ea9d5f93b8f672fb8823c5ddd2bb469800a03 100644 (file)
@@ -9,3 +9,4 @@ trace
 MANIFEST
 *.egg-info
 .idea
+*.whl
diff --git a/mk-home b/mk-home
index dec4def6db15bf02d65d2301ff0ffc23622b5310..c5e9e2559738b236b752bd50634f2c7ea852cc79 100755 (executable)
--- a/mk-home
+++ b/mk-home
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 
 # Standard modules
 import sys
index 32eb03e89cc40cb35c51119013e8f4c4a7333a08..fd233282bdcd08e99ccf868b78f3d428017e150a 100755 (executable)
--- a/test-home
+++ b/test-home
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 
 # Standard modules
 import sys