mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +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."""
|
"""A package-based, source code amalgamater."""
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/usr/bin/env python -u
|
#!/usr/bin/env python3 -u
|
||||||
from xonsh.main import main
|
from xonsh.main import main
|
||||||
main()
|
main()
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
# -*- coding: ascii -*-
|
# -*- coding: ascii -*-
|
||||||
"""The xonsh installer."""
|
"""The xonsh installer."""
|
||||||
# Note: Do not embed any non-ASCII characters in this file until pip has been
|
# 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 subprocess
|
||||||
import os
|
import os
|
||||||
import argparse
|
import argparse
|
||||||
|
|
Loading…
Add table
Reference in a new issue