eric6/Toolbox/SingleApplication.py

changeset 8207
d359172d11be
parent 8143
2c730d5fd177
child 8218
7c09585bd960
equal deleted inserted replaced
8206:adf11836cfce 8207:d359172d11be
118 implemented by a subclass 118 implemented by a subclass
119 """ 119 """
120 raise RuntimeError("'handleCommand' must be overridden") 120 raise RuntimeError("'handleCommand' must be overridden")
121 121
122 122
123 class SingleApplicationClient(object): 123 class SingleApplicationClient:
124 """ 124 """
125 Class implementing the single application client base class. 125 Class implementing the single application client base class.
126 """ 126 """
127 def __init__(self, name): 127 def __init__(self, name):
128 """ 128 """

eric ide

mercurial