summaryrefslogtreecommitdiff
path: root/Lib/pipes.py
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-08-02 07:15:29 +0000
committerMartin v. Löwis <martin@v.loewis.de>2001-08-02 07:15:29 +0000
commit02d893cfae830d4ef997095dc6e2786f8b63d2e3 (patch)
treebcb706b8d3ac39d891f270307d50b0f0f49c0990 /Lib/pipes.py
parentd429ab6df9813cc641d5893eab7d8d5700e7f968 (diff)
downloadcpython-git-02d893cfae830d4ef997095dc6e2786f8b63d2e3.tar.gz
Patch #444359: Remove unused imports.
Diffstat (limited to 'Lib/pipes.py')
-rw-r--r--Lib/pipes.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/pipes.py b/Lib/pipes.py
index 1e16435284..b565654171 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