Skip to content

Commit a5af9ee

Browse files
committed
-
1 parent ba8129c commit a5af9ee

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

source_py3/test_python_toolbox/test_context_management/test_idempotentify.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Copyright 2009-2015 Ram Rachum.
22
# This program is distributed under the MIT license.
33

4-
'''Testing module for `context_management.ReentrantContextManager`.'''
5-
64
import queue as queue_module
75

86
from python_toolbox.context_management import idempotentify, ContextManager

source_py3/test_python_toolbox/test_context_management/test_reentrant_context_manager.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Copyright 2009-2015 Ram Rachum.
22
# This program is distributed under the MIT license.
33

4-
'''Testing module for `context_management.ReentrantContextManager`.'''
5-
64
import queue as queue_module
75

86
from python_toolbox.context_management import ReentrantContextManager

0 commit comments

Comments
 (0)