diff --git a/envsetup.py b/envsetup.py index 2e79e29..b613911 100644 --- a/envsetup.py +++ b/envsetup.py @@ -89,7 +89,6 @@ def checksandactions(): print ".vim dir already exists, skipping download!" else: urldownload(confurl = vimdirurl) - #untar = call("tar pxvf vimdir.tar.bz2 && rm vimdir.tar.bz2", shell = True) tar = tarfile.open("vimdir.tar.bz2") tar.extractall() tar.close()