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,5 +1,5 @@
from cpl.console.foreground_color_enum import ForegroundColorEnum
from cpl.console.console import Console
from cpl_core.console.foreground_color_enum import ForegroundColorEnum
from cpl_core.console.console import Console
class Error: