aboutsummaryrefslogtreecommitdiffstats
path: root/scudcloud-1.1/lib/launcher.py
blob: 8ab23cfb139e84bf705bdf2e50e87ce97d9d1ed6 (plain)
1
2
3
4
5
6
7
from PyQt4.Qt import QApplication

class DummyLauncher:
    def __init__(self, parent):
        self.parent = parent
    def set_property(self, name, value):
        pass