diff options
author | 2012-10-09 23:47:10 +0200 | |
---|---|---|
committer | 2012-10-09 23:47:10 +0200 | |
commit | 15065eee54a92f083556bfbcb5a53366faa43c85 (patch) | |
tree | eaa3bb6dfb61e51340748842e9ecf7b080f1dc9c /pavement.py | |
parent | updated doc about removal of thrift (diff) | |
download | pyload-15065eee54a92f083556bfbcb5a53366faa43c85.tar.xz |
just testing commit announcer
Diffstat (limited to 'pavement.py')
-rw-r--r-- | pavement.py | 2 |
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() |