sugarlabs / cartoon-builder

GNU General Public License v2.0
1 stars 9 forks source link

Global name 'theme' is not defined #fixed #5

Closed chimosky closed 7 years ago

chimosky commented 7 years ago

It happened because of the call to 'theme.TAPE_COUNT' which doesn't exist because of the import on line 36 so it's been changed to 'TAPE_COUNT'