diff options
author | rsiddharth <s@ricketyspace.net> | 2020-04-25 18:33:30 -0400 |
---|---|---|
committer | rsiddharth <s@ricketyspace.net> | 2020-04-25 18:33:30 -0400 |
commit | 2b98914a570781cf8bbcd1069a9ff977446e0f1c (patch) | |
tree | 1904fc06047b98b243439a97ec8275fcd058de40 /acmens.py | |
parent | e67634c2e5f98a591c1d4a6f14279ea5768c93cb (diff) |
acmens.py: Add utf-8 coding header.
Diffstat (limited to 'acmens.py')
-rw-r--r-- | acmens.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ #!/usr/bin/env python3 +# -*- coding: utf-8 -*- + import argparse, subprocess, json, os, urllib.request, sys, base64, binascii, \ time, hashlib, tempfile, re, copy, textwrap |