This commit is contained in:
Aitzol Berasategi 2018-08-31 10:24:46 +02:00
parent 9ea3efe70f
commit e3db76fa82
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -22,8 +22,8 @@ import sqlite3
import parser
import re
import gi
from gi.repository import Gtk, Gdk, GLib
gi.require_version('Gtk', '3.0')
from gi.repository import Gtk, Gdk, GLib
class AppWindow(Gtk.ApplicationWindow):