xenserver / status-report

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

Private/bernhardk/py3 long input six #23

Closed bernhardkaindl closed 10 months ago

bernhardkaindl commented 10 months ago

Tiny PR with two clear modernisations for Python2 to Python3:

  1. Modernize for py3: long -> int / file() -> open()
  2. Modernize for py3: raw_input -> input (and allow it in .pylintrc)