mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
rem
This commit is contained in:
parent
ce274d2011
commit
68d51e4037
|
@ -1067,7 +1067,7 @@ def main():
|
||||||
dbg = null_log
|
dbg = null_log
|
||||||
|
|
||||||
if WINDOWS:
|
if WINDOWS:
|
||||||
os.system("")
|
os.system("rem")
|
||||||
|
|
||||||
for ch in '<>:"\\|?*':
|
for ch in '<>:"\\|?*':
|
||||||
# microsoft maps illegal characters to f0xx
|
# microsoft maps illegal characters to f0xx
|
||||||
|
|
|
@ -980,7 +980,7 @@ def main():
|
||||||
dbg = null_log
|
dbg = null_log
|
||||||
|
|
||||||
if WINDOWS:
|
if WINDOWS:
|
||||||
os.system("")
|
os.system("rem")
|
||||||
|
|
||||||
for ch in '<>:"\\|?*':
|
for ch in '<>:"\\|?*':
|
||||||
# microsoft maps illegal characters to f0xx
|
# microsoft maps illegal characters to f0xx
|
||||||
|
|
|
@ -88,7 +88,7 @@ def ensure_cert():
|
||||||
def main():
|
def main():
|
||||||
time.strptime("19970815", "%Y%m%d") # python#7980
|
time.strptime("19970815", "%Y%m%d") # python#7980
|
||||||
if WINDOWS:
|
if WINDOWS:
|
||||||
os.system("") # enables colors
|
os.system("rem") # enables colors
|
||||||
|
|
||||||
desc = py_desc().replace("[", "\033[1;30m[")
|
desc = py_desc().replace("[", "\033[1;30m[")
|
||||||
|
|
||||||
|
|
|
@ -402,7 +402,6 @@ def bye(sig, frame):
|
||||||
def main():
|
def main():
|
||||||
sysver = str(sys.version).replace("\n", "\n" + " " * 18)
|
sysver = str(sys.version).replace("\n", "\n" + " " * 18)
|
||||||
pktime = time.strftime("%Y-%m-%d, %H:%M:%S", time.gmtime(STAMP))
|
pktime = time.strftime("%Y-%m-%d, %H:%M:%S", time.gmtime(STAMP))
|
||||||
os.system("")
|
|
||||||
msg()
|
msg()
|
||||||
msg(" this is: copyparty", VER)
|
msg(" this is: copyparty", VER)
|
||||||
msg(" packed at:", pktime, "UTC,", STAMP)
|
msg(" packed at:", pktime, "UTC,", STAMP)
|
||||||
|
|
Loading…
Reference in a new issue