diff --git a/pym/cl_install.py b/pym/cl_install.py index e841600..6624a3a 100644 --- a/pym/cl_install.py +++ b/pym/cl_install.py @@ -26,7 +26,7 @@ from cl_utils import runOsCommand,appendProgramToEnvFile, \ removeProgramToEnvFile,pathJoin, \ scanDirectory,process -from cl_kernel import KernelConfig,InitRamFs +from cl_kernel_utils import KernelConfig,InitRamFs import cl_overriding diff --git a/pym/cl_kernel.py b/pym/cl_kernel_utils.py similarity index 100% rename from pym/cl_kernel.py rename to pym/cl_kernel_utils.py