commit | f7feaec16c6d21cbb3c6c5c9b84288dd3095c005 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Sep 01 17:10:46 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Mon Sep 01 17:10:46 2008 +0000 |
tree | df1c7b1330e30a1a4f369863749cb0c586d9af2a | |
parent | 27cc8e1dd2846ff8df18b5d776192d4f99354a26 [diff] [blame] |
revert r66114 for Jesse
diff --git a/Lib/multiprocessing/util.py b/Lib/multiprocessing/util.py index c3e811c..7d53512 100644 --- a/Lib/multiprocessing/util.py +++ b/Lib/multiprocessing/util.py
@@ -54,7 +54,7 @@ def get_logger(): ''' - Return package logger -- if it does not already exist then it is created + Returns logger used by multiprocessing ''' global _logger