[svn r57979] fix 2.3 compat
--HG-- branch : trunk
This commit is contained in:
@@ -325,9 +325,9 @@ raise ValueError()
|
||||
path = '?'
|
||||
firstlineno = 5
|
||||
|
||||
@property
|
||||
def fullsource(self):
|
||||
raise fail
|
||||
fullsource = property(fullsource)
|
||||
|
||||
class FakeFrame(object):
|
||||
code = FakeCode()
|
||||
|
||||
Reference in New Issue
Block a user