提交 1ff9c4c4 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Fix indentation

上级 64bab210
...@@ -290,8 +290,8 @@ if sys.version_info[:2] < (2, 7): ...@@ -290,8 +290,8 @@ if sys.version_info[:2] < (2, 7):
return True return True
return dict.__eq__(self, other) return dict.__eq__(self, other)
def __ne__(self, other): def __ne__(self, other):
return not self == other return not self == other
else: else:
try: try:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论