From f2acc3d76b8c3dc26e1e191aa0734e65710efa47 Mon Sep 17 00:00:00 2001 From: Daniel Ahn Date: Fri, 20 Jul 2018 14:13:36 -0700 Subject: [PATCH] undo the #coding:utf8 change --- buildInstaller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildInstaller.py b/buildInstaller.py index 50181c0..35780f9 100644 --- a/buildInstaller.py +++ b/buildInstaller.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# coding:utf8 +#coding:utf8 # *** TROUBLESHOOTING ***