mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 19:31:18 +00:00
5469686bfd
It also demonstrates how to use the libvirt.openAuth() method. * examples/python/Makefile.am: add esxlist.py to EXTRA_DIST * examples/python/README: add some notes about esxlist.py * examples/python/esxlist.py: the new example
4 lines
94 B
Makefile
4 lines
94 B
Makefile
EXTRA_DIST= \
|
|
README \
|
|
dominfo.py domrestore.py domsave.py domstart.py esxlist.py
|