summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-04-25 18:33:30 -0400
committerrsiddharth <s@ricketyspace.net>2020-04-25 18:33:30 -0400
commit2b98914a570781cf8bbcd1069a9ff977446e0f1c (patch)
tree1904fc06047b98b243439a97ec8275fcd058de40
parente67634c2e5f98a591c1d4a6f14279ea5768c93cb (diff)
acmens.py: Add utf-8 coding header.
-rw-r--r--acmens.py2
1 files changed, 2 insertions, 0 deletions
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