From e96a3ca0aadc3d17f0a3e57dbdd92b752355a3ee Mon Sep 17 00:00:00 2001 From: Rafael Ortiz Date: Wed, 29 Jun 2011 22:44:59 +0000 Subject: code comment --- diff --git a/plugins/arduino/arduino.py b/plugins/arduino/arduino.py index 2f9d3ba..01e0595 100644 --- a/plugins/arduino/arduino.py +++ b/plugins/arduino/arduino.py @@ -50,7 +50,7 @@ class Arduino(Plugin): primitive_dictionary['blink'] = self._blink_boton palette.add_block('blink', # the name of your block - style='basic-style', # the block style + style='basic-style', # the block style - (more styles on tapallete.py) label=_('blink'), # the label for the block prim_name='blink', # code reference (see below) help_string=_('blinks the onboard arduino led')) -- cgit v0.9.1