Skip to content

Commit 45a35ce

Browse files
committed
Add encoding back in.
1 parent 91a7da9 commit 45a35ce

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

axelrod/interaction_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- coding: utf-8 -*-
12
"""
23
Functions to calculate results from interactions. Interactions are lists of the
34
form:

axelrod/moran.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- coding: utf-8 -*-
12
from collections import Counter
23
import random
34

0 commit comments

Comments
 (0)