mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-03-11 16:58:31 +03:00
virt-manager: Small startup error reporting fix
Make sure we import gtk into the global namespace
This commit is contained in:
parent
ad10be064b
commit
8c05c33abc
@ -294,6 +294,7 @@ def main():
|
||||
gobject.set_prgname(appname)
|
||||
|
||||
import gtk
|
||||
globals()["gtk"] = gtk
|
||||
except Warning, e:
|
||||
# ...the risk is we catch too much though
|
||||
# Damned if we do, damned if we dont :-)(
|
||||
|
Loading…
x
Reference in New Issue
Block a user