mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-26 16:15:50 +03:00
[GH-ISSUE #425] about webvirtmgr modify vnc passwd question #318
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @leftalon on GitHub (Sep 10, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/425
if python version is 2.6,modify vnc passwd 500 question,python2.7 not question
cause:
python2.6 module xml.etree.ElementTree.fromstring.find not support “[@”
python2.6:
python2.7 ok: