Renamed cpl to cpl_core

This commit is contained in:
2021-08-05 14:21:42 +02:00
parent 11241d8f99
commit cac80657df
89 changed files with 290 additions and 290 deletions

View File

@@ -1,7 +1,7 @@
import textwrap
from string import Template
from cpl.utils.string import String
from cpl_core.utils.string import String
from cpl_cli._templates.template_file_abc import TemplateFileABC