Fix Python 3 import error

This commit is contained in:
cgohlke
2011-10-10 16:06:03 -07:00
parent 0fe16b54ac
commit b57bd821f0
+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 *