--- a/DebugClients/Python3/PyProfile.py Mon Oct 14 19:30:36 2013 +0200 +++ b/DebugClients/Python3/PyProfile.py Mon Oct 14 20:08:19 2013 +0200 @@ -153,7 +153,7 @@ self.cur[-3]) fcode = frame.f_code fn = (self.fix_frame_filename(frame), - fcode.co_firstlineno, fcode.co_name) + fcode.co_firstlineno, fcode.co_name) self.cur = (t, 0, 0, fn, frame, self.cur) timings = self.timings if fn in timings: