mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 17:59:19 +02:00
v1.1.11
This commit is contained in:
parent
0b47ee306b
commit
ed69d42005
4 changed files with 14 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
#!/usr/bin/env python3
|
||||
# coding: latin-1
|
||||
from __future__ import print_function, unicode_literals
|
||||
|
||||
import re, os, sys, time, shutil, signal, threading, tarfile, hashlib, platform, tempfile, traceback
|
||||
import subprocess as sp
|
||||
|
||||
|
||||
"""
|
||||
to edit this file, use HxD or "vim -b"
|
||||
(there is compressed stuff at the end)
|
||||
|
@ -20,6 +20,7 @@ the archive data is attached after the b"\n# eof\n" archive marker,
|
|||
b"\n# " decodes to b""
|
||||
"""
|
||||
|
||||
|
||||
# set by make-sfx.sh
|
||||
VER = None
|
||||
SIZE = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue