Fix/issue 325361846/"no module name board" #1

Merged
lade043 merged 4 commits from fix/issue-325361846/"No-module-name-board" into master 2020-03-02 20:57:28 +01:00
lade043 commented 2020-03-02 20:57:20 +01:00 (Migrated from github.com)

Changed the code, so it runs under Python 3. For this there have been multiple changes:

  • xrange replaced by range
  • imports changed for files of lib from x to lib.x
  • created directory data in sensehatsnake/lib
Changed the code, so it runs under Python 3. For this there have been multiple changes: - `xrange` replaced by `range` - imports changed for files of lib from `x` to `lib.x` - created directory `data` in `sensehatsnake/lib`
Sign in to join this conversation.