提交 834b2412 编写于 作者: N nicolargo

Correct issue with non existing PermissionError in Python 2

上级 a244cd3d
......@@ -139,6 +139,8 @@ else:
bool_type = types.BooleanType
long = long
PermissionError = OSError
viewkeys = operator.methodcaller('viewkeys')
viewvalues = operator.methodcaller('viewvalues')
viewitems = operator.methodcaller('viewitems')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册