New-style classes implemented for python 2.7 - #2147
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
def test_function():
|
||||
pass
|
||||
|
||||
class TestClass:
|
||||
class TestClass(object):
|
||||
def test_method(self):
|
||||
pass
|
||||
def test_anothermethod(self):
|
||||
|
||||
Reference in New Issue
Block a user