mirror of
https://github.com/jlengrand/Ivolution.git
synced 2026-03-10 08:21:18 +00:00
Organizes GUI creation.
Adds menu bar and start creating events
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import os
|
||||
|
||||
import webbrowser
|
||||
|
||||
import logging
|
||||
|
||||
from gi.repository import Gtk, GLib
|
||||
|
||||
from AboutDialog import AboutDialog
|
||||
|
||||
from .. import get_data
|
||||
@@ -18,7 +15,6 @@ from .. import get_data
|
||||
|
||||
from .. import FaceParams
|
||||
from .. import FacemovieThread
|
||||
|
||||
from ..util.Notifier import Observer
|
||||
from ..util.Notifier import Observable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user