mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-03 00:52:20 +08:00
Fix Python 3 import error
This commit is contained in:
committed by
Stefan van der Walt
parent
2ab528d890
commit
bbcda9a639
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user