cea-hpc / shine

Lustre administration tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leverage Python 2.7 support

degremont opened this issue · comments

Improve code, using features that were only available starting from Python 2.7 (or 2.6)

  • with statement (py2.5)
  • test decorators (rootonly())
  • ...