From 94f25aa590df5c7015b4e238397eb9be10eef359 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Tue, 6 Mar 2012 20:30:06 -0500 Subject: [PATCH] removing unneeded commented line. --- envsetup.py | 1 - 1 file changed, 1 deletion(-) 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()