Skip to content

Commit 40b3685

Browse files
author
alajara
authored
Merge pull request #1 from alajara/alajara-patch-1
Update test_worse_and_worse.py
2 parents 7806580 + deb0c2b commit 40b3685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/tests/strategies/test_worse_and_worse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Tests for the WorseAndWorse strategies."""
22

33
import axelrod
4-
from test_player import TestPlayer
4+
from .test_player import TestPlayer
55

66
C, D = axelrod.Actions.C, axelrod.Actions.D
77

0 commit comments

Comments
 (0)