mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
parent
78af6446fa
commit
06c5d7b1b6
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
"""A package-based, source code amalgamater."""
|
||||
import os
|
||||
import sys
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env python -u
|
||||
#!/usr/bin/env python3 -u
|
||||
from xonsh.main import main
|
||||
main()
|
||||
|
|
2
setup.py
2
setup.py
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: ascii -*-
|
||||
"""The xonsh installer."""
|
||||
# Note: Do not embed any non-ASCII characters in this file until pip has been
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
import subprocess
|
||||
import os
|
||||
import argparse
|
||||
|
|
Loading…
Add table
Reference in a new issue