aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@gar-ex-erdastep.localdomain>2011-12-01 19:06:39 +0100
committerroot <root@gar-ex-erdastep.localdomain>2011-12-01 19:06:39 +0100
commitcacc98c3455fe008caadc4cff27355ec54166777 (patch)
tree22dd936a94b531ea5d770d328986d083b2912911
parent909f025ca9107e7a119a22096696d8e8055ba787 (diff)
downloadPyPhytron-cacc98c3455fe008caadc4cff27355ec54166777.tar.gz
PyPhytron-cacc98c3455fe008caadc4cff27355ec54166777.tar.bz2
code style cleanup
-rw-r--r--Phytron.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Phytron.py b/Phytron.py
index 90a4f94..35b3f68 100644
--- a/Phytron.py
+++ b/Phytron.py
@@ -367,7 +367,7 @@ class Axis(object):
class IPCOMM(object):
MAX_RETRY_COUNT = 5
- def __init__(self, url, baudrate = 38400, axes=0x10, axisnames = None):
+ def __init__(self, url, baudrate = 38400, axes = 0x10, axisnames = None):
self.rlock = threading.RLock()
self.conn = serial.serial_for_url(url)
self.conn.baudrate = baudrate