Skip to content
GitLab
Explore
Sign in
DCubeClient: more Py3 fixes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Tim Adye
requested to merge
adye/athena:master-dcube3-py3
into
master
Mar 04, 2020
Overview
6
Commits
1
Pipelines
1
Changes
4
Expand
iteritems() -> items()
itervalues() -> values()
list(keys()) so can sort
xml now returns str instead of unicode, so don't encode('ascii')
Merge request reports
Loading