Remove Puzzle app (now in Blockly Games).

This commit is contained in:
Neil Fraser 2014-10-15 17:02:22 -07:00
parent 70b9925218
commit 6748e43d30
295 changed files with 134 additions and 7534 deletions

View file

@ -61,7 +61,7 @@ def read_json_file(filename):
return defs
except ValueError, e:
print('Error reading ' + filename)
raise InputError(file, str(e))
raise InputError(filename, str(e))
def _create_qqq_file(output_dir):