summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjfinkels <jfinkels@users.noreply.github.com>2016-01-10 00:41:16 -0500
committerjfinkels <jfinkels@users.noreply.github.com>2016-01-10 00:41:16 -0500
commit02ee80296fa3e425b45b6c7a893d59126d2f1a76 (patch)
treeaa363b8219def88a3dfd120e4ce7dd55b67ec217
parent977b16cfeae2b0ffda3c59bf85f5833fe8fb0604 (diff)
downloadnetworkx-kl-encoding.tar.gz
Marks file encoding as UTF-8kl-encoding
Due to em dash character.
-rw-r--r--networkx/algorithms/community/tests/test_kernighan_lin.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/networkx/algorithms/community/tests/test_kernighan_lin.py b/networkx/algorithms/community/tests/test_kernighan_lin.py
index 3d56b81e..70309faa 100644
--- a/networkx/algorithms/community/tests/test_kernighan_lin.py
+++ b/networkx/algorithms/community/tests/test_kernighan_lin.py
@@ -1,3 +1,4 @@
+# -*- encoding: utf-8 -*-
# test_kernighan_lin.py - unit tests for Kernighan–Lin bipartition algorithm
#
# Copyright 2011 Ben Edwards <bedwards@cs.unm.edu>.