aboutsummaryrefslogtreecommitdiffstats
path: root/scudcloud-1.1/lib/launcher.py
diff options
context:
space:
mode:
Diffstat (limited to 'scudcloud-1.1/lib/launcher.py')
-rw-r--r--scudcloud-1.1/lib/launcher.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/scudcloud-1.1/lib/launcher.py b/scudcloud-1.1/lib/launcher.py
new file mode 100644
index 0000000..8ab23cf
--- /dev/null
+++ b/scudcloud-1.1/lib/launcher.py
@@ -0,0 +1,7 @@
+from PyQt4.Qt import QApplication
+
+class DummyLauncher:
+ def __init__(self, parent):
+ self.parent = parent
+ def set_property(self, name, value):
+ pass