ListType not supported in types.py in Python3
Why do we require ListType?
To do something like
if type(item) is ListType:
....
But types.py does not have ListType anymore
A solution could be
if isinstance(item, list):
TODO: WIP-remove these comments and fix the code or replace BuilderGCH
|
||
|---|---|---|
| .. | ||
| BuilderDoxygen.py | ||
| BuilderGCH.py | ||
| Buildhelper.py | ||
| DIR_INFO | ||
| IconSvgRenderer.py | ||
| LumieraEnvironment.py | ||
| Options.py | ||
| Platform.py | ||
| Setup.py | ||
| ToolCCache.py | ||
| ToolDistCC.py | ||