Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 451962
Collapse All | Expand All

(-)urwid/main_loop.py (-2 / +2 lines)
Lines 795-802 Link Here
795
        """
795
        """
796
796
797
        def __init__(self):
797
        def __init__(self):
798
            import gobject
798
            from gi import _gobject
799
            self.gobject = gobject
799
            self.gobject = _gobject
800
            self._alarms = []
800
            self._alarms = []
801
            self._watch_files = {}
801
            self._watch_files = {}
802
            self._idle_handle = 0
802
            self._idle_handle = 0

Return to bug 451962