diff -r 45627d092846 -r 2e6a880670e9 DebugClients/Python3/AsyncFile.py
--- a/DebugClients/Python3/AsyncFile.py Wed Nov 04 15:38:02 2015 +0100
+++ b/DebugClients/Python3/AsyncFile.py Wed Nov 04 16:25:25 2015 +0100
@@ -325,3 +325,6 @@
"""
for l in list:
self.write(l)
+
+#
+# eflag: noqa = M702