Organizes GUI creation.

Adds menu bar and start creating events
This commit is contained in:
Julien Lengrand-Lambert
2012-08-18 10:58:52 +02:00
parent 5fd1209295
commit 271fce60c7
3 changed files with 90 additions and 15 deletions

View File

@@ -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