mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Sigh, fix set_prgname check just committed.
This commit is contained in:
parent
e143b87b95
commit
b7b7eecd43
@ -282,6 +282,7 @@ def main():
|
||||
warnings.filterwarnings('error', module='gtk')
|
||||
try:
|
||||
import gtk
|
||||
import gobject
|
||||
except Warning, e:
|
||||
# ...the risk is we catch too much though
|
||||
# Damned if we do, damned if we dont :-)(
|
||||
|
Loading…
Reference in New Issue
Block a user