Fixes unused import and variables

This commit is contained in:
Julien Duponchelle
2015-11-09 12:52:57 +01:00
parent c0f36590be
commit f3abbe5d58
25 changed files with 19 additions and 48 deletions

View File

@@ -9,7 +9,6 @@ import sys
import stat
import shutil
import subprocess
import re
import argparse
parser = argparse.ArgumentParser()