diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-03-14 19:38:06 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-03-14 19:38:06 -0400 |
commit | 61faca1f917043e2ec9c9a2ba1d6e88adcca0552 (patch) | |
tree | a14f4d868d37129fa72278b404b3222d0d752235 /tools/unnamed.py | |
parent | cfa47e8c78442a5970661ed1aaca472f90a89d8f (diff) |
Remove pokemontools and gfx.py; update PyPNG and standardize on Python 3
Diffstat (limited to 'tools/unnamed.py')
-rwxr-xr-x | tools/unnamed.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/unnamed.py b/tools/unnamed.py index c5d032083..53c5eebad 100755 --- a/tools/unnamed.py +++ b/tools/unnamed.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +# -*- coding: utf-8 -*- from sys import stderr, exit from subprocess import Popen, PIPE |