Page MenuHomePhorge

[Python 3] test-wallace changed modules
ClosedPublic

Authored by ghane on Jun 14 2022, 7:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 17, 9:27 AM
Unknown Object (File)
Sun, Apr 14, 2:21 PM
Unknown Object (File)
Sat, Apr 13, 6:30 AM
Unknown Object (File)
Sat, Mar 30, 5:48 AM
Unknown Object (File)
Thu, Mar 28, 11:29 PM
Unknown Object (File)
Wed, Mar 27, 11:39 AM
Unknown Object (File)
Wed, Mar 27, 11:39 AM
Unknown Object (File)
Wed, Mar 27, 11:39 AM
Subscribers

Details

Summary

modulenames or their structure changed

Diff Detail

Repository
rP pykolab
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ghane requested review of this revision.Jun 14 2022, 7:43 PM
ghane created this revision.
sicherha subscribed.
sicherha added inline comments.
test-wallace.py
35–39

All these modules are available in Python 2.7. Drop the try-block and use only the imports from the except-block.

Also, I think Encoders isn't used anywhere in this file, so we can probably drop that line.

This revision now requires changes to proceed.Jun 15 2022, 11:52 PM
ghane marked an inline comment as done.

try...except
and old or unused imports
removed as explained

This revision is now accepted and ready to land.Jun 16 2022, 11:33 PM
This revision was automatically updated to reflect the committed changes.