diff -r e598d1acf354 -r 56b48961cc68 BeremizIDE.py --- a/BeremizIDE.py Fri Sep 22 20:12:22 2017 +0300 +++ b/BeremizIDE.py Thu Sep 28 12:20:40 2017 +0300 @@ -115,7 +115,7 @@ REFRESH_PERIOD = 0.1 -class LogPseudoFile: +class LogPseudoFile(object): """ Base class for file like objects to facilitate StdOut for the Shell.""" def __init__(self, output, risecall): self.red_white = 1