Remove example unrelated to Sugar Toolkit

This commit is contained in:
Pro-Panda 2018-05-21 00:21:41 +05:30 committed by James Cameron
parent 8f047b5819
commit 7589102e34

View File

@ -1,8 +0,0 @@
from gi.repository import Gtk
from common import set_theme
from jarabe.intro.window import IntroWindow
set_theme()
win = IntroWindow()
win.show_all()
Gtk.main()