fix missing import
This commit is contained in:
		
							parent
							
								
									b541736407
								
							
						
					
					
						commit
						185d0d8c07
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -49,6 +49,7 @@ import types
 | 
				
			||||||
import weakref
 | 
					import weakref
 | 
				
			||||||
from gi.repository import GObject
 | 
					from gi.repository import GObject
 | 
				
			||||||
from gi.repository import Gtk
 | 
					from gi.repository import Gtk
 | 
				
			||||||
 | 
					from gi.repository import Gdk
 | 
				
			||||||
from gi.repository import GdkPixbuf
 | 
					from gi.repository import GdkPixbuf
 | 
				
			||||||
from gi.repository import Pango
 | 
					from gi.repository import Pango
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue