Replace calls to execfile by calling exec on the result of calling
compile on the result of calling open().read().
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 38348 Build 38347: arc lint + arc unit
Paths
| Differential D67822
[LNT] Python 3 support: adapt to removal of execfile ClosedPublic Authored by thopre on Sep 20 2019, 1:41 AM.
Details Summary Replace calls to execfile by calling exec on the result of calling
Diff Detail
Event Timelinethopre added a parent revision: D67821: [LNT] Python 3 support: use Python 2's division behavior.Sep 20 2019, 1:41 AM thopre added a child revision: D67823: [LNT] Python 3 support: use Python 3 module names.Sep 20 2019, 1:46 AM thopre edited parent revisions, added: D68097: [LNT] Remove dead code; removed: D67821: [LNT] Python 3 support: use Python 2's division behavior.Sep 26 2019, 12:21 PM thopre edited parent revisions, added: D67821: [LNT] Python 3 support: use Python 2's division behavior; removed: D68097: [LNT] Remove dead code.Sep 28 2019, 4:22 PM thopre added a child revision: D68779: [LNT][NFC] Fix global import in function.Oct 10 2019, 4:06 AM This revision is now accepted and ready to land.Oct 12 2019, 11:10 AM thopre edited parent revisions, added: D68220: [LNT] Python 3 support: stable showtests output; removed: D67821: [LNT] Python 3 support: use Python 2's division behavior.Dec 5 2019, 2:02 AM thopre removed a child revision: D68779: [LNT][NFC] Fix global import in function.Dec 5 2019, 2:04 AM
Revision Contents
Diff 220981 lnt/server/db/migrate.py
lnt/server/db/rules_manager.py
|