tjvr / kurt

Python library for reading/writing MIT's Scratch file format.
https://kurt.tjvr.org
GNU General Public License v3.0
86 stars 24 forks source link

Fix block comparison. #24

Closed bboe closed 10 years ago

bboe commented 10 years ago

Fixes this issue:

>>> import kurt
>>> kurt.Block('turnLeft:', 90) == kurt.Block('turnRight:', 90)
True
tjvr commented 10 years ago

Nice catch. Thanks!