]> jfr.im git - erebus.git/blobdiff - sitecustomize.py
Fixed bot.send() to work with unicode.
[erebus.git] / sitecustomize.py
diff --git a/sitecustomize.py b/sitecustomize.py
new file mode 100644 (file)
index 0000000..2417d4d
--- /dev/null
@@ -0,0 +1,2 @@
+import sys
+sys.setdefaultencoding('utf-8')