diff options
author | Richard Oudkerk <shibturn@gmail.com> | 2013-01-01 14:25:59 (GMT) |
---|---|---|
committer | Richard Oudkerk <shibturn@gmail.com> | 2013-01-01 14:25:59 (GMT) |
commit | ef45380b6b8cae843fa995409f6ba82227ae9659 (patch) | |
tree | 71d62fdf836a991f85bf7ef176af361a13de44f2 /Lib/multiprocessing/__init__.py | |
parent | ca319cf94eec0061b5c433fb0d54fd651b385a92 (diff) | |
download | cpython-ef45380b6b8cae843fa995409f6ba82227ae9659.zip cpython-ef45380b6b8cae843fa995409f6ba82227ae9659.tar.gz cpython-ef45380b6b8cae843fa995409f6ba82227ae9659.tar.bz2 |
Fix overlooked licence text.
Diffstat (limited to 'Lib/multiprocessing/__init__.py')
-rw-r--r-- | Lib/multiprocessing/__init__.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Lib/multiprocessing/__init__.py b/Lib/multiprocessing/__init__.py index efad532..b5f16d7 100644 --- a/Lib/multiprocessing/__init__.py +++ b/Lib/multiprocessing/__init__.py @@ -8,10 +8,6 @@ # subpackage 'multiprocessing.dummy' has the same API but is a simple # wrapper for 'threading'. # -# Try calling `multiprocessing.doc.main()` to read the html -# documentation in a webbrowser. -# -# # Copyright (c) 2006-2008, R Oudkerk # Licensed to PSF under a Contributor Agreement. # @@ -27,8 +23,6 @@ __all__ = [ 'Value', 'Array', 'RawValue', 'RawArray', 'SUBDEBUG', 'SUBWARNING', ] -__author__ = 'R. Oudkerk (r.m.oudkerk@gmail.com)' - # # Imports # |