Skip to content
  • David Gobbi's avatar
    Have vtkPythonUtil keep track of loaded modules. · 54631aac
    David Gobbi authored and Ben Boeckel's avatar Ben Boeckel committed
    This way, if one module depends on another, then it can check if
    that module has already been imported before calling ImportModule.
    In this way, people can avoid the ImportModule call completely
    by calling "import" themselves inside their Python code, which
    allows them to import the modules from a specific location.
    54631aac