summaryrefslogtreecommitdiffstats
path: root/pavement.py
diff options
context:
space:
mode:
Diffstat (limited to 'pavement.py')
-rw-r--r--pavement.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pavement.py b/pavement.py
index 6c4925acf..801d9c172 100644
--- a/pavement.py
+++ b/pavement.py
@@ -26,7 +26,7 @@ path.fnmatch = new_fnmatch
import sys
import re
from urllib import urlretrieve
-from subprocess import call, Popen, PIPE
+from subprocess import call, Popen
from zipfile import ZipFile
PROJECT_DIR = path(__file__).dirname()