From 2b98914a570781cf8bbcd1069a9ff977446e0f1c Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 25 Apr 2020 18:33:30 -0400 Subject: acmens.py: Add utf-8 coding header. --- acmens.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'acmens.py') diff --git a/acmens.py b/acmens.py index 7f3b004..7791e26 100644 --- a/acmens.py +++ b/acmens.py @@ -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 -- cgit v1.2.3