Merge pull request #19 from orangecms/master

use env in shebang
pull/26/head
Swissky 2020-10-05 20:26:04 +02:00 committed by GitHub
commit d2d4b156ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/python
#!/usr/bin/env python3
try:
import readline
except ImportError: