aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2011-11-23 20:58:51 +0100
committerWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2011-11-23 20:58:51 +0100
commit60b90e96cf7280b91cd61c10c534f2df8c39dd5a (patch)
tree82378cefbbbb54f81ea08c76551bd3208f814ea1
parent3d959e0c7eb6341c3fe94701ff0de90b95d22bf9 (diff)
downloadPyPhytron-60b90e96cf7280b91cd61c10c534f2df8c39dd5a.tar.gz
PyPhytron-60b90e96cf7280b91cd61c10c534f2df8c39dd5a.tar.bz2
renamed Phytron.Axis.break to stop as break is a keyword... silly me
-rw-r--r--Phytron.py2
1 files changed, 1 insertions, 1 deletions
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):