Fix Python 3 import error

This commit is contained in:
cgohlke
2011-10-10 16:06:03 -07:00
committed by Stefan van der Walt
parent 2ab528d890
commit bbcda9a639
+1 -1
View File
@@ -47,4 +47,4 @@ def get_log(name):
logging.basicConfig(stream=sys.stdout, level=logging.WARNING)
return logging.getLogger(name)
from util.dtype import *
from .util.dtype import *