summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-10-09 23:47:10 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-10-09 23:47:10 +0200
commit15065eee54a92f083556bfbcb5a53366faa43c85 (patch)
treeeaa3bb6dfb61e51340748842e9ecf7b080f1dc9c
parentupdated doc about removal of thrift (diff)
downloadpyload-15065eee54a92f083556bfbcb5a53366faa43c85.tar.xz
just testing commit announcer
-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()