From 60b90e96cf7280b91cd61c10c534f2df8c39dd5a Mon Sep 17 00:00:00 2001 From: Wolfgang Draxinger Date: Wed, 23 Nov 2011 20:58:51 +0100 Subject: renamed Phytron.Axis.break to stop as break is a keyword... silly me --- Phytron.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Phytron.py b/Phytron.py index 66aedc6..3d87726 100644 --- a/Phytron.py +++ b/Phytron.py @@ -61,7 +61,7 @@ class Axis: def halt(self): pass - def break(self): + def stop(self): pass def setRunCurrent(self, current): -- cgit v1.2.3