diff options
author | Matthew Newhook <matthew@zeroc.com> | 2009-03-11 17:34:49 -0230 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2009-03-11 17:34:49 -0230 |
commit | afd79f8bcef1dfadbb9aeb8d5d4b6667fcae8c14 (patch) | |
tree | fa32f494fc3a5a9c9572d199e8529f7c4a92a570 /scripts/subprocess.py | |
parent | http://bugzilla/bugzilla/show_bug.cgi?id=3835 - AttributeError in __del__ (diff) | |
download | ice-afd79f8bcef1dfadbb9aeb8d5d4b6667fcae8c14.tar.bz2 ice-afd79f8bcef1dfadbb9aeb8d5d4b6667fcae8c14.tar.xz ice-afd79f8bcef1dfadbb9aeb8d5d4b6667fcae8c14.zip |
removed copyright header for subprocess.py./
Diffstat (limited to 'scripts/subprocess.py')
-rw-r--r-- | scripts/subprocess.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/subprocess.py b/scripts/subprocess.py index 81f44263ea7..b674ce26507 100644 --- a/scripts/subprocess.py +++ b/scripts/subprocess.py @@ -1,12 +1,3 @@ -# ********************************************************************** -# -# Copyright (c) 2003-2009 ZeroC, Inc. All rights reserved. -# -# This copy of Ice is licensed to you under the terms described in the -# ICE_LICENSE file included in this distribution. -# -# ********************************************************************** - r"""subprocess - Subprocesses with accessible I/O streams This module allows you to spawn processes, connect to their |