beremiz
Clone
Summary
Browse
Changes
Graph
add comment
2020-06-06, Mario de Sousa
ddbf029f5682
Parents
fdca999c0c1a
Children
9d08e3bba629
add comment
1 files changed, 4 insertions(+), 0 deletions(-)
+4
-0
runtime/Modbus_config.py
--- a/runtime/Modbus_config.py Sat Jun 06 07:34:02 2020 +0100
+++ b/runtime/Modbus_config.py Sat Jun 06 08:50:36 2020 +0100
@@ -93,6 +93,10 @@
class MB_Parity(annotate.Choice):
+ # For more info on what this class really does, have a look at the code in
+ # file twisted/nevow/annotate.py
+ # grab this code from $git clone https://github.com/twisted/nevow/
+ #
# Warning: do _not_ name this variable choice[] without underscore, as that name is
# already used for another similar variable by the underlying class annotate.Choice
_choices = [ 0, 1, 2 ]