--- a/Plugins/VcsPlugins/vcsMercurial/HgClient.py Thu Nov 12 19:17:05 2015 +0100 +++ b/Plugins/VcsPlugins/vcsMercurial/HgClient.py Fri Nov 13 22:52:26 2015 +0100 @@ -7,8 +7,6 @@ Module implementing an interface to the Mercurial command server. """ -from __future__ import unicode_literals - try: str = unicode except NameError: @@ -391,3 +389,6 @@ @return flag indicating the execution of a command (boolean) """ return self.__commandRunning + +# +# eflag: noqa = M702