0

Merge branch 'master' into py-package

This commit is contained in:
Aaron Griffith
2011-06-04 20:05:31 -04:00
7 changed files with 38 additions and 19 deletions

View File

@@ -20,7 +20,7 @@ import sys
sys.path.insert(0,".")
import nbt
from chunk import get_blockarray_fromfile
from chunk import get_blockarray_fromfile, get_blockarray
import os
import re