mirror of
https://github.com/9001/copyparty.git
synced 2025-10-05 19:42:29 +02:00
add import chickenbits
This commit is contained in:
parent
d5c9c8ebbd
commit
72361c99e1
8 changed files with 81 additions and 3 deletions
|
@ -25,6 +25,9 @@ from operator import itemgetter
|
|||
import jinja2 # typechk
|
||||
|
||||
try:
|
||||
if os.environ.get("PRTY_NO_LZMA"):
|
||||
raise Exception()
|
||||
|
||||
import lzma
|
||||
except:
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue