Stefan Schuermans commited on 2018-07-18 20:23:37
Showing 1 changed files, with 3 additions and 0 deletions.
... | ... |
@@ -5,6 +5,9 @@ |
5 | 5 |
# Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html |
6 | 6 |
# a blinkenarea.org project - https://www.blinkenarea.org/ |
7 | 7 |
|
8 |
+import gi |
|
9 |
+gi.require_version('Gtk', '3.0') |
|
10 |
+ |
|
8 | 11 |
import os |
9 | 12 |
from gi.repository import GObject |
10 | 13 |
from gi.repository import Gtk |
11 | 14 |