From d52b561a2f71dc6c9a1c11005ed3e900bfaca48f Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Thu, 30 Nov 2017 23:30:50 +0100 Subject: [PATCH] Use explicit encoding --- boxes/generators/trafficlight.py | 1 + 1 file changed, 1 insertion(+) diff --git a/boxes/generators/trafficlight.py b/boxes/generators/trafficlight.py index 1c76c3b..6d055a0 100644 --- a/boxes/generators/trafficlight.py +++ b/boxes/generators/trafficlight.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#-*- coding: utf-8 -*- # Copyright (C) 2013-2016 Florian Festi # # This program is free software: you can redistribute it and/or modify