mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-12 07:46:44 +01:00
rename file ponysay to ponysay.py
This commit is contained in:
parent
46544c3822
commit
04aae4a3aa
2 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -371,7 +371,7 @@ class Setup():
|
||||||
(fileout, filein) = (None, None)
|
(fileout, filein) = (None, None)
|
||||||
try:
|
try:
|
||||||
fileout = open('ponysay.install', 'wb+')
|
fileout = open('ponysay.install', 'wb+')
|
||||||
filein = open('ponysay', 'rb')
|
filein = open('ponysay.py', 'rb')
|
||||||
data = filein.read().decode('utf-8', 'replace')
|
data = filein.read().decode('utf-8', 'replace')
|
||||||
|
|
||||||
if '#!/usr/bin/env python3' in data:
|
if '#!/usr/bin/env python3' in data:
|
||||||
|
|
Loading…
Reference in a new issue