DebuggerInterfaceNone: added a forgotten method.

Mon, 18 Jun 2018 18:42:40 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 18 Jun 2018 18:42:40 +0200
changeset 6354
9ec941fc1a91
parent 6353
6a0f3abd6878
child 6355
3855f730c7bb

DebuggerInterfaceNone: added a forgotten method.

Debugger/DebuggerInterfaceNone.py file | annotate | diff | comparison | revisions
--- a/Debugger/DebuggerInterfaceNone.py	Sun Jun 17 18:22:57 2018 +0200
+++ b/Debugger/DebuggerInterfaceNone.py	Mon Jun 18 18:42:40 2018 +0200
@@ -376,6 +376,12 @@
         @param arg the arguments to evaluate (string)
         """
         return
+    
+    def remoteBanner(self):
+        """
+        Public slot to get the banner info of the remote client.
+        """
+        return
         
     def remoteCapabilities(self):
         """

eric ide

mercurial