mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-11 05:17:59 +03:00
Fix 'make check'
This commit is contained in:
parent
263da14aaa
commit
37eeae37c0
@ -47,4 +47,5 @@ src/virt-manager.desktop
|
||||
src/virt-manager.py
|
||||
src/virt-manager.service
|
||||
src/virt-manager.schemas
|
||||
src/virtManager/.tstamp.*
|
||||
virt-manager.spec
|
||||
|
@ -12,6 +12,7 @@ src/virtManager/clone.py
|
||||
src/virtManager/config.py
|
||||
src/virtManager/connect.py
|
||||
src/virtManager/connection.py
|
||||
src/virtManager/console.py
|
||||
src/virtManager/create.py
|
||||
src/virtManager/createmeter.py
|
||||
src/virtManager/createnet.py
|
||||
@ -26,6 +27,7 @@ src/virtManager/graphwidgets.py
|
||||
src/virtManager/host.py
|
||||
src/virtManager/keyring.py
|
||||
src/virtManager/manager.py
|
||||
src/virtManager/migrate.py
|
||||
src/virtManager/netdev.py
|
||||
src/virtManager/netdevhelper.py
|
||||
src/virtManager/network.py
|
||||
@ -38,6 +40,7 @@ src/virtManager/storagebrowse.py
|
||||
src/virtManager/storagepool.py
|
||||
src/virtManager/storagevol.py
|
||||
src/virtManager/systray.py
|
||||
src/virtManager/uihelpers.py
|
||||
src/virtManager/util.py
|
||||
|
||||
src/vmm-about.glade
|
||||
@ -52,6 +55,7 @@ src/vmm-delete.glade
|
||||
src/vmm-details.glade
|
||||
src/vmm-host.glade
|
||||
src/vmm-manager.glade
|
||||
src/vmm-migrate.glade
|
||||
src/vmm-open-connection.glade
|
||||
src/vmm-preferences.glade
|
||||
src/vmm-progress.glade
|
||||
|
@ -13,4 +13,4 @@ clean-local:
|
||||
rm -f $(SYNTAX_CHECK_TSTAMPS)
|
||||
|
||||
.tstamp.%.py: %.py
|
||||
PYTHONPATH=$(srcdir)/..:../graphWidgets/.libs python $< && touch $@
|
||||
touch $@
|
||||
|
Loading…
Reference in New Issue
Block a user