Remove unused Python imports

pull/4828/head
Alexander Zilberkant 2017-07-28 22:49:35 +03:00
parent 2305a8c7e4
commit 7744587dc6
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import re
from os.path import join, exists, realpath, relpath, basename
from os.path import join, exists
from os import makedirs
from tools.export.makefile import Makefile, GccArm, Armc5, IAR