shine icon indicating copy to clipboard operation
shine copied to clipboard

Support Python3

Open degremont opened this issue 5 years ago • 0 comments

Update code in order be able to run under Python 2.7 and Python 3 at the same time.

Some identified issues:

  • [ ] Shine.Lustre.Server is not sortable (in ComponentGroup.groupbyserver())
  • [ ] Could not sort between None and int.
  • [ ] Could not sort None
  • [ ] floor division (/ vs // operators)
  • [ ] And more

degremont avatar Nov 29 '19 08:11 degremont