diff options
author | Christian Heimes <christian@cheimes.de> | 2008-11-28 19:33:33 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2008-11-28 19:33:33 (GMT) |
commit | eac8071e1682941e98d24d0e6f3c019e80617bd7 (patch) | |
tree | b1c02c412a0dcaef687bed87f4980f639ba6956e /Doc/includes/mp_synchronize.py | |
parent | 1f8b49f517bb97365f1848c308ef464fa5c54126 (diff) | |
download | cpython-eac8071e1682941e98d24d0e6f3c019e80617bd7.zip cpython-eac8071e1682941e98d24d0e6f3c019e80617bd7.tar.gz cpython-eac8071e1682941e98d24d0e6f3c019e80617bd7.tar.bz2 |
Retain copyright of processing examples. This was requested by a Debian maintainer during packaging of the multiprocessing package for 2.4/2.5
Diffstat (limited to 'Doc/includes/mp_synchronize.py')
-rw-r--r-- | Doc/includes/mp_synchronize.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/includes/mp_synchronize.py b/Doc/includes/mp_synchronize.py index ddcd338..2f43ad8 100644 --- a/Doc/includes/mp_synchronize.py +++ b/Doc/includes/mp_synchronize.py @@ -1,6 +1,9 @@ # # A test file for the `multiprocessing` package # +# Copyright (c) 2006-2008, R Oudkerk +# All rights reserved. +# import time, sys, random from Queue import Empty |