提交 9cc9d9eb authored 作者: Amjad Almahairi's avatar Amjad Almahairi

make the way MethodNotDefined is called should be consistent accross the file

上级 cc463fb9
......@@ -1784,7 +1784,7 @@ class DualLinker(link.Linker):
class HideC(object):
def __hide(*args):
raise MethodNotDefined()
raise utils.MethodNotDefined()
c_code = __hide
c_code_cleanup = __hide
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论