From 0564d72ad11d0252319a10f066c05f36d186b508 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 9 Sep 2018 22:32:29 +0000 Subject: lps_gen.py: Remove unicode mumbo jumbo. --- lps_gen.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lps_gen.py') diff --git a/lps_gen.py b/lps_gen.py index c0be577..2bb6dff 100644 --- a/lps_gen.py +++ b/lps_gen.py @@ -28,11 +28,6 @@ from unidecode import unidecode from lpschedule_generator._version import __version__ -# unicode magic -reload(sys) -sys.setdefaultencoding('utf-8') - - # Python dictionary that will contain the lp schedule. lps_dict = OrderedDict() -- cgit v1.2.3