From 2a62e510f740f8524a8f531cb40ca6a0c7c081fe Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Mon, 16 Jan 2017 14:15:11 -0800 Subject: [PATCH] Import turn_heading from grids.py since it is used in agents.py --- agents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents.py b/agents.py index cd5f0b865..21dedaa15 100644 --- a/agents.py +++ b/agents.py @@ -35,7 +35,7 @@ # # Speed control in GUI does not have any effect -- fix it. -from grid import distance2 +from grid import distance2, turn_heading from statistics import mean import random