Merge lp:~cjwatson/storm/export-store-block-access into lp:storm

Proposed by Colin Watson
Status: Merged
Merged at revision: 562
Proposed branch: lp:~cjwatson/storm/export-store-block-access
Merge into: lp:storm
Diff against target: 29 lines (+7/-1)
2 files modified
NEWS (+1/-0)
storm/store.py (+6/-1)
To merge this branch: bzr merge lp:~cjwatson/storm/export-store-block-access
Reviewer Review Type Date Requested Status
Ioana Lasc (community) Approve
Storm Developers Pending
Review via email: mp+384868@code.launchpad.net

Commit message

Add block_access to storm.store.__all__.

Description of the change

It was intended to be public.

To post a comment you must log in.
Revision history for this message
Ioana Lasc (ilasc) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'NEWS'
2--- NEWS 2020-05-26 15:55:53 +0000
3+++ NEWS 2020-05-29 23:10:06 +0000
4@@ -6,6 +6,7 @@
5
6 - Add Sphinx documentation.
7 - Convert CaptureTracer to the improved API in fixtures >= 1.3.0.
8+- Add block_access to storm.store.__all__.
9
10 Bug fixes
11 ---------
12
13=== modified file 'storm/store.py'
14--- storm/store.py 2020-05-26 10:37:54 +0000
15+++ storm/store.py 2020-05-29 23:10:06 +0000
16@@ -47,7 +47,12 @@
17 from storm.event import EventSystem
18
19
20-__all__ = ["Store", "AutoReload", "EmptyResultSet"]
21+__all__ = [
22+ "AutoReload",
23+ "block_access",
24+ "EmptyResultSet",
25+ "Store",
26+ ]
27
28
29 PENDING_ADD = 1

Subscribers

People subscribed via source and target branches

to status/vote changes: