From 22d5cc55e29cea8a188a175f1d2a1064786651ca Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 27 Aug 2013 10:10:53 -0500 Subject: rewrite the encoding line in sym.py --- pokemontools/sym.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokemontools/sym.py b/pokemontools/sym.py index ee6ecae..3878faa 100644 --- a/pokemontools/sym.py +++ b/pokemontools/sym.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -*- +# coding: utf-8 import json -- cgit v1.2.3