xenserver / status-report

Program that gathers data for xenserver host diagnostics
GNU Lesser General Public License v2.1
1 stars 9 forks source link

Fix has_key() for Python3.x: Apply "2to3 -w -f has_key" - Use: x (not) in y #20

Closed bernhardkaindl closed 10 months ago

bernhardkaindl commented 10 months ago

Apply a reviewed and fully automated fixup from the 2to3 tool: