Plugins/VcsPlugins/vcsMercurial/HgClient.py

changeset 4555
861e1741985c
parent 4543
2e6a880670e9
child 4631
5c1a96925da4
--- 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

eric ide

mercurial