removing unneeded commented line.
This commit is contained in:
parent
2c76f7458f
commit
94f25aa590
|
@ -89,7 +89,6 @@ def checksandactions():
|
||||||
print ".vim dir already exists, skipping download!"
|
print ".vim dir already exists, skipping download!"
|
||||||
else:
|
else:
|
||||||
urldownload(confurl = vimdirurl)
|
urldownload(confurl = vimdirurl)
|
||||||
#untar = call("tar pxvf vimdir.tar.bz2 && rm vimdir.tar.bz2", shell = True)
|
|
||||||
tar = tarfile.open("vimdir.tar.bz2")
|
tar = tarfile.open("vimdir.tar.bz2")
|
||||||
tar.extractall()
|
tar.extractall()
|
||||||
tar.close()
|
tar.close()
|
||||||
|
|
Loading…
Reference in New Issue