mirror of
https://git.planet-casio.com/Lephenixnoir/fxsdk.git
synced 2024-12-28 04:23:37 +01:00
fxconv: import specifically importlib.util
This commit is contained in:
parent
ddf05cfadb
commit
64ebb69f9b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import os
|
|||
import re
|
||||
import fnmatch
|
||||
import fxconv
|
||||
import importlib
|
||||
import importlib.util
|
||||
|
||||
help_string = f"""
|
||||
usage: fxconv [<TYPE>] <INPUT> -o <OUTPUT> [--fx|--cg] [<PARAMETERS>...]
|
||||
|
|
Loading…
Reference in a new issue