Remove a bunch of unused imports

This commit is contained in:
Daniel Martí 2013-08-21 20:47:43 +02:00
parent 4b97c0a470
commit 76d3b56ff5
6 changed files with 0 additions and 20 deletions

View file

@ -22,7 +22,6 @@ import subprocess
import time
import operator
import cgi
import fileinput
def getvcs(vcstype, remote, local, sdk_path):
if vcstype == 'git':