mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-10 14:29:31 +08:00
Fix Python 3 import error
This commit is contained in:
@@ -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