
Juan Hernandez has submitted this change and it was merged. Change subject: Move List and Struct implementation into __init__.py ...................................................................... Move List and Struct implementation into __init__.py This patch is moving list.py and struct.py implentations into __init__.py, because list is python word for list data type, it's safer to not use same name for modules. Change-Id: I3b70906e058f6e49bd9d43322a57d60552b0421f Signed-off-by: Ondra Machacek <omachace@redhat.com> --- M generator/src/main/java/org/ovirt/sdk/python/ReadersGenerator.java M generator/src/main/java/org/ovirt/sdk/python/TypesGenerator.java M generator/src/main/java/org/ovirt/sdk/python/WritersGenerator.java M sdk/lib/ovirtsdk4/__init__.py D sdk/lib/ovirtsdk4/list.py D sdk/lib/ovirtsdk4/struct.py 6 files changed, 74 insertions(+), 108 deletions(-) Approvals: Ondra Machacek: Verified Juan Hernandez: Looks good to me, approved Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/56733 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3b70906e058f6e49bd9d43322a57d60552b0421f Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine-sdk Gerrit-Branch: master Gerrit-Owner: Ondra Machacek <omachace@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Ondra Machacek <omachace@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>