summaryrefslogtreecommitdiff
path: root/examples/py/starter-bar/versions.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/py/starter-bar/versions.py')
-rw-r--r--examples/py/starter-bar/versions.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/py/starter-bar/versions.py b/examples/py/starter-bar/versions.py
new file mode 100644
index 0000000..a5993be
--- /dev/null
+++ b/examples/py/starter-bar/versions.py
@@ -0,0 +1,6 @@
+import gi
+
+gi.require_version("Astal", "0.1")
+gi.require_version("Gtk", "3.0")
+gi.require_version("Gdk", "3.0")
+gi.require_version("Gio", "2.0")