moved json files to ./examples/ and added my personal json file

This commit is contained in:
Johannes Findeisen 2013-08-14 21:04:00 +02:00
commit 3925fbba0d
4 changed files with 38 additions and 1 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/python2.7 -tt
__version__ = "0.4/TETRIS"
__default_config__ = "./minimal.json"
__default_config__ = "./examples/minimal.json"
import argparse
import time