Description[Telemetry] Move page logic into page/__init__.py.
The Page class was being declared in page/page.py which was creating problems
for several module-level functions handling pages which were being declared
(CL to follow). This CL kills page.py and moves the associated logic into
page/__init__.py, in line with e.g. value/.
R=dtu,nednguyen,chrishenry
Committed: https://crrev.com/5643db88e9327ae23c36e2acde1778cc171dbeb2
Cr-Commit-Position: refs/heads/master@{#296899}
Patch Set 1 #Patch Set 2 : Remove page FromDict (for future CL) #
Total comments: 1
Patch Set 3 : Address Ned's comment #
Messages
Total messages: 17 (4 generated)
|