Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

File encoding + shebang for all Python files #347

Closed
maaaaz opened this issue Apr 20, 2020 · 1 comment
Closed

File encoding + shebang for all Python files #347

maaaaz opened this issue Apr 20, 2020 · 1 comment

Comments

@maaaaz
Copy link

maaaaz commented Apr 20, 2020

Hello there,

First, good job for porting cme to Python3 !

Then, it's time to put a Python 3 shebang + encoding directive on every Python file to avoid any stupid issue of that kind :

#!/usr/bin/env python3
# -*- coding: utf-8 -*-

Starting with setup.py, which has a Python 2 shebang !

Cheers.

@maaaaz maaaaz changed the title File encoding + shebang for all Python file File encoding + shebang for all Python files Apr 20, 2020
@byt3bl33d3r
Copy link
Owner

Good catch. We'll take a look to make sure they're all there.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants