core/kompress: move vendorized to _deprecated, use kompress library directly
This commit is contained in:
parent
8823d046c0
commit
aaa6132452
6 changed files with 283 additions and 385 deletions
|
@ -1 +0,0 @@
|
|||
../core/kompress.py
|
6
my/kython/kompress.py
Normal file
6
my/kython/kompress.py
Normal 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 *
|
Loading…
Add table
Add a link
Reference in a new issue