summaryrefslogtreecommitdiffstats
path: root/python/pykde/examples/pykde-sampler/wizards
diff options
context:
space:
mode:
Diffstat (limited to 'python/pykde/examples/pykde-sampler/wizards')
-rw-r--r--python/pykde/examples/pykde-sampler/wizards/__init__.py2
-rw-r--r--python/pykde/examples/pykde-sampler/wizards/wiz.py2
2 files changed, 4 insertions, 0 deletions
diff --git a/python/pykde/examples/pykde-sampler/wizards/__init__.py b/python/pykde/examples/pykde-sampler/wizards/__init__.py
new file mode 100644
index 00000000..63472b4e
--- /dev/null
+++ b/python/pykde/examples/pykde-sampler/wizards/__init__.py
@@ -0,0 +1,2 @@
+iconName = 'wizard'
+labelText = 'Wizards'
diff --git a/python/pykde/examples/pykde-sampler/wizards/wiz.py b/python/pykde/examples/pykde-sampler/wizards/wiz.py
new file mode 100644
index 00000000..1cb5544e
--- /dev/null
+++ b/python/pykde/examples/pykde-sampler/wizards/wiz.py
@@ -0,0 +1,2 @@
+iconName = 'wizard'
+labelText = 'Wizard'