diff -r 147236d850a4 -r a59680062837 eric6/DebugClients/Python/PyProfile.py --- a/eric6/DebugClients/Python/PyProfile.py Fri Sep 04 18:48:52 2020 +0200 +++ b/eric6/DebugClients/Python/PyProfile.py Fri Sep 04 18:50:43 2020 +0200 @@ -10,7 +10,7 @@ import marshal import profile import atexit -import pickle +import pickle # secok class PyProfile(profile.Profile):