Remove unused Python imports.
This commit is contained in:
parent
f19c400bed
commit
e3d698dae9
7 changed files with 0 additions and 9 deletions
|
|
@ -17,8 +17,6 @@
|
|||
## ======================================================================== ##
|
||||
|
||||
import os
|
||||
import sys
|
||||
import argparse
|
||||
from array import array
|
||||
|
||||
# Generates a C++ file from the specified binary resource file
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
import os
|
||||
import os.path
|
||||
import sys
|
||||
import subprocess
|
||||
|
||||
from SCons.Script import Dir, Environment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue