提交 1faf28fb 编写于 作者: W wanghaoshuang

Fix import in py3.

上级 44b48c82
...@@ -16,7 +16,7 @@ from __future__ import absolute_import ...@@ -16,7 +16,7 @@ from __future__ import absolute_import
from .pruner import * from .pruner import *
from ..prune import pruner from ..prune import pruner
from .auto_pruner import * from .auto_pruner import *
import auto_pruner from ..prune import auto_pruner
from .sensitive_pruner import * from .sensitive_pruner import *
from ..prune import sensitive_pruner from ..prune import sensitive_pruner
from .sensitive import * from .sensitive import *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册