From c5479867af500cb68628d23b70c73808f91a3119 Mon Sep 17 00:00:00 2001 From: David Vierra Date: Tue, 25 Oct 2011 02:59:04 -1000 Subject: [PATCH] entity.py is imported by mclevelbase --- entity.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/entity.py b/entity.py index c877e65..131c5f3 100644 --- a/entity.py +++ b/entity.py @@ -3,7 +3,10 @@ Created on Jul 23, 2011 @author: Rio ''' -from mclevelbase import * +#from mclevelbase import * +from nbt import * +import nbt +from copy import deepcopy __all__ = "Entity, TileEntity".split(", ")