diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-09-29 22:55:59 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-09-29 22:55:59 +0200 |
commit | 04aae4a3aa354485be4b2a148ac2e2ed7bbf7208 (patch) | |
tree | 381cecaddcd1f3bc052e060b3308422ae9db5854 | |
parent | 46544c3822418304295f83c3cb66bcaccaf0d723 (diff) | |
download | ponysay-04aae4a3aa354485be4b2a148ac2e2ed7bbf7208.tar.gz ponysay-04aae4a3aa354485be4b2a148ac2e2ed7bbf7208.tar.bz2 ponysay-04aae4a3aa354485be4b2a148ac2e2ed7bbf7208.zip |
rename file ponysay to ponysay.py
-rwxr-xr-x | ponysay.py (renamed from ponysay) | 0 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 1 insertions, 1 deletions
@@ -371,7 +371,7 @@ class Setup(): (fileout, filein) = (None, None) try: fileout = open('ponysay.install', 'wb+') - filein = open('ponysay', 'rb') + filein = open('ponysay.py', 'rb') data = filein.read().decode('utf-8', 'replace') if '#!/usr/bin/env python3' in data: |