kyhton.kompress: move to core (with a fallback, used in promnesia)
This commit is contained in:
parent
655b86bb0a
commit
15789a4149
9 changed files with 102 additions and 101 deletions
|
@ -5,7 +5,7 @@ import lzma
|
|||
import io
|
||||
import zipfile
|
||||
|
||||
from my.kython.kompress import kopen, kexists, CPath
|
||||
from my.core.kompress import kopen, kexists, CPath
|
||||
|
||||
def test_kopen(tmp_path: Path) -> None:
|
||||
"Plaintext handled transparently"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue