0

added int array support to nbt.py

(untested) Also removed an extra import that I forgot about earlier.
This commit is contained in:
Andrew Brown
2012-02-15 18:20:57 -05:00
parent 0b7e42110c
commit 6b449da966
2 changed files with 6 additions and 1 deletions

View File

@@ -5,7 +5,6 @@ from collections import namedtuple
import rendermodes
from world import UPPER_LEFT, UPPER_RIGHT, LOWER_LEFT, LOWER_RIGHT
import logging
class ValidationException(Exception):
pass