summaryrefslogtreecommitdiffstats
path: root/Lib/pipes.py
diff options
context:
space:
mode:
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 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