Start convertion to introspection. Flat models work, as does relationship view
svn: r19858
This commit is contained in:
@ -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()
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user