File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
test_python_toolbox/test_read_write_lock Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ explaining what it's good for and the basics of using it.
6464 queue-tools
6565 random-tools
6666 re-tools
67- read-write-lock
67+ locking
6868 reasoned-bool
6969 rst-tools
7070 sequence-tools
Original file line number Diff line number Diff line change 44 "Ram Rachum at ram.rachum.com" including link. The license may be obtained
55 at http://creativecommons.org/licenses/by-sa/3.0/
66
7- .. _topics-read-write-lock :
7+ .. _topics-locking :
88
9- :mod:`read_write_lock ` - documentation not written
9+ :mod:`locking ` - documentation not written
1010======================================
Original file line number Diff line number Diff line change 11from __future__ import with_statement
22
3- from python_toolbox .read_write_lock import ReadWriteLock
3+ from python_toolbox .locking import ReadWriteLock
44
55
66def test ():
You can’t perform that action at this time.
0 commit comments