mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fixed test data
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class A:
|
||||
<warning descr="Old-style class contains __getattribute__ definition">def __getattribute__(self):
|
||||
pass</warning>
|
||||
def <warning descr="Old-style class contains __getattribute__ definition">__getattribute__</warning>(self):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user