Updated null runtime to be renamed empty runtime (which is more appropriate)
Adjusted the changes from that and added in runtime constants for runtimes to use to know if stopped/started/??
This commit is contained in:
@@ -56,6 +56,6 @@ class QuantumInstaller(object):
|
||||
raise NotImplementedError()
|
||||
|
||||
|
||||
class QuantumRuntime(comp.NullRuntime):
|
||||
class QuantumRuntime(comp.EmptyRuntime):
|
||||
def __init__(self, *args, **kargs):
|
||||
comp.NullRuntime.__init__(self, TYPE, *args, **kargs)
|
||||
comp.EmptyRuntime.__init__(self, TYPE, *args, **kargs)
|
||||
|
||||
Reference in New Issue
Block a user