change to python3 instead of explicit 3.6

This commit is contained in:
brent s
2018-08-07 10:54:59 -04:00
parent e1cd54a7b2
commit 8c9a3cd14b
21 changed files with 1007 additions and 14 deletions

9
centos/repoclone/test.py Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env python3
import os
selfpath = os.path.abspath(os.path.expanduser(__file__))
print(selfpath)
logmodpath = os.path.abspath(os.path.join(selfpath, '..', '..', '..', 'lib', 'python'))
print(logmodpath)