core/kompress: move vendorized to _deprecated, use kompress library directly

This commit is contained in:
karlicoss 2023-10-12 23:00:00 +01:00
parent 8823d046c0
commit aaa6132452
6 changed files with 283 additions and 385 deletions

View file

@ -1 +0,0 @@
../core/kompress.py

6
my/kython/kompress.py Normal file
View file

@ -0,0 +1,6 @@
from my.core import __NOT_HPI_MODULE__
from my.core import warnings
warnings.high('my.kython.kompress is deprecated, please use "kompress" library directly. See https://github.com/karlicoss/kompress')
from my.core.kompress import *