Commit 453d103a authored by Felipe Bordeu's avatar Felipe Bordeu
Browse files

(SpaceGenerator.py) Add missing import

parent 887f5bf8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
# file 'LICENSE.txt', which is part of this source code package.
#
#
import os
import os, sys
from  typing import Tuple
def GetGeneratedFiles(prefix:str = "cpp_src") -> Tuple[str]:
    """ Get the list of generated files for this generator