Skip to content

Commit d14548f

Browse files
author
Tim-ats-d
committed
Patch shebang in all file
1 parent efd16a9 commit d14548f

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

doc/confrontation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22
# confrontation_example.py
33

44
import curses

doc/monologue_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22
# monologue_example.py
33

44
import curses

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33

44
from setuptools import setup, find_packages
@@ -14,7 +14,6 @@
1414
long_description=open("README.md").read(),
1515
include_package_data=True,
1616
url="https://github.com/Tim-ats-d/Visual-dialog",
17-
1817
classifiers=[
1918
"Development Status :: 3 - Alpha",
2019
"Environment :: Console :: Curses",

visualdialog/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33

44
"""

visualdialog/core.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python3
2+
#
13
# visualdialog.py
24
#
35
# Copyright 2020 Timéo Arnouts <dogm@dogm-s-pc>

0 commit comments

Comments
 (0)