summarylogtreecommitdiffstats
path: root/patch-share-support-core-tool_output.py
diff options
context:
space:
mode:
Diffstat (limited to 'patch-share-support-core-tool_output.py')
-rw-r--r--patch-share-support-core-tool_output.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/patch-share-support-core-tool_output.py b/patch-share-support-core-tool_output.py
new file mode 100644
index 000000000000..fbf315fca678
--- /dev/null
+++ b/patch-share-support-core-tool_output.py
@@ -0,0 +1,14 @@
+--- share/support/core/tool_output.py 2021-06-18 15:08:58.357612000 +1000
++++ share/support/core/tool_output.py-new 2021-07-22 02:08:08.422285000 +1000
+@@ -52,7 +52,10 @@
+ return getattr(self, 'name', self.__name__).lower()
+
+
+-class OutputParser(object, metaclass=OutputParserMetaClass):
++#class OutputParser(object, metaclass=OutputParserMetaClass):
++class OutputParser(object):
++ __metaclass__ = OutputParserMetaClass
++
+ def __init__(self, child):
+ self.child = child
+