removing unneeded commented line.

This commit is contained in:
staticsafe 2012-03-06 20:30:06 -05:00
parent 2c76f7458f
commit 94f25aa590
1 changed files with 0 additions and 1 deletions

View File

@ -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()