Remove unused Python imports.

This commit is contained in:
Marcel Admiraal 2020-09-10 11:38:52 +01:00
parent f19c400bed
commit e3d698dae9
7 changed files with 0 additions and 9 deletions

View file

@ -17,8 +17,6 @@
## ======================================================================== ##
import os
import sys
import argparse
from array import array
# Generates a C++ file from the specified binary resource file

View file

@ -1,6 +1,5 @@
import os
import os.path
import sys
import subprocess
from SCons.Script import Dir, Environment