Removed checkpoint because of bug with pointers

This commit is contained in:
Anthony Scemama 2015-04-12 01:07:03 +02:00
parent 23efc552ac
commit 21470564a6
1 changed files with 2 additions and 2 deletions

View File

@ -100,8 +100,8 @@ def main():
import touches
touches.create()
import checkpoint
checkpoint.create()
# import checkpoint
# checkpoint.create()
import create_man
create_man.run()