From 4886964c779d06e57330a399df867dfe002a4b5f Mon Sep 17 00:00:00 2001 From: Evgeniy L Date: Wed, 13 May 2015 11:04:09 +0200 Subject: [PATCH] Fix encoding system in signals.py file --- x/signals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/signals.py b/x/signals.py index 111afd68..c56a71db 100644 --- a/x/signals.py +++ b/x/signals.py @@ -1,4 +1,4 @@ -# -*- coding: UTF-8 -*- +# -*- coding: utf-8 -*- from collections import defaultdict import itertools import networkx as nx