Start convertion to introspection. Flat models work, as does relationship view

svn: r19858
This commit is contained in:
Benny Malengier
2012-06-17 21:25:37 +00:00
parent 0c447be83d
commit faed8a9f5f
256 changed files with 4420 additions and 4143 deletions

View File

@ -1,7 +1,7 @@
import unittest
import logging
import sys
import gtk
from gi.repository import Gtk
sys.path.append('../../src')
@ -41,7 +41,7 @@ class GtkHandlerTest(unittest.TestCase):
except:
l.error(log_message,exc_info=True)
gtk.main()
Gtk.main()