Skip to content

Commit b2daeed

Browse files
committed
-
1 parent be88dd6 commit b2daeed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source_py2/test_python_toolbox/test_misc_tools/test_overridable_property.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
def test():
10-
class A:
10+
class A(object):
1111
@OverridableProperty
1212
def meow(self):
1313
return 'bark bark!'

0 commit comments

Comments
 (0)