Merge lp:~zyga/checkbox/fix-resume into lp:checkbox

Proposed by Zygmunt Krynicki
Status: Merged
Approved by: Zygmunt Krynicki
Approved revision: 3958
Merged at revision: 3957
Proposed branch: lp:~zyga/checkbox/fix-resume
Merge into: lp:checkbox
Diff against target: 31 lines (+13/-1)
1 file modified
plainbox/plainbox/impl/session/resume.py (+13/-1)
To merge this branch: bzr merge lp:~zyga/checkbox/fix-resume
Reviewer Review Type Date Requested Status
Zygmunt Krynicki (community) Approve
Review via email: mp+268676@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Zygmunt Krynicki (zyga) wrote :

self approve, eh

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plainbox/plainbox/impl/session/resume.py'
2--- plainbox/plainbox/impl/session/resume.py 2015-08-20 11:17:46 +0000
3+++ plainbox/plainbox/impl/session/resume.py 2015-08-20 23:33:23 +0000
4@@ -485,6 +485,19 @@
5 """
6
7
8+class SessionPeekHelper6(SessionPeekHelper5):
9+ """
10+ Helper class for implementing session peek feature
11+
12+ This class works with data constructed by
13+ :class:`~plainbox.impl.session.suspend.SessionSuspendHelper6` which has
14+ been pre-processed by :class:`SessionPeekHelper` (to strip the initial
15+ envelope).
16+
17+ The only goal of this class is to reconstruct session state meta-data.
18+ """
19+
20+
21 class SessionResumeHelper1(MetaDataHelper1MixIn):
22 """
23 Helper class for implementing session resume feature
24@@ -1045,7 +1058,6 @@
25 return session
26
27
28-
29 def _validate(obj, **flags):
30 """
31 Multi-purpose extraction and validation function.

Subscribers

People subscribed via source and target branches