diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-08-02 07:15:29 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-08-02 07:15:29 (GMT) |
commit | 02d893cfae830d4ef997095dc6e2786f8b63d2e3 (patch) | |
tree | bcb706b8d3ac39d891f270307d50b0f0f49c0990 /Lib/pipes.py | |
parent | d429ab6df9813cc641d5893eab7d8d5700e7f968 (diff) | |
download | cpython-02d893cfae830d4ef997095dc6e2786f8b63d2e3.zip cpython-02d893cfae830d4ef997095dc6e2786f8b63d2e3.tar.gz cpython-02d893cfae830d4ef997095dc6e2786f8b63d2e3.tar.bz2 |
Patch #444359: Remove unused imports.
Diffstat (limited to 'Lib/pipes.py')
-rw-r--r-- | Lib/pipes.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/pipes.py b/Lib/pipes.py index 1e16435..b565654 100644 --- a/Lib/pipes.py +++ b/Lib/pipes.py @@ -59,7 +59,6 @@ For an example, see the function test() at the end of the file. """ # ' -import sys import re import os |