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)
Sun, Apr 21, 4:54 PM
Unknown Object (File)
Sun, Apr 21, 4:54 PM
Unknown Object (File)
Sun, Apr 21, 4:54 PM
Unknown Object (File)
Sun, Apr 21, 4:54 PM
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
Subscribers

Details

Summary

modulenames or their structure changed

Diff Detail

Repository
rP pykolab
Lint
Lint Skipped
Unit
Tests Skipped

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.