mirror of
/repos/baseimage-docker.git
synced 2025-12-30 08:01:31 +01:00
just python..
This commit is contained in:
parent
ea6a47ad53
commit
bc7f045318
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python3 -u
|
#!/usr/bin/python -u
|
||||||
import os, os.path, sys, stat, signal, errno, argparse, time, json, re
|
import os, os.path, sys, stat, signal, errno, argparse, time, json, re
|
||||||
|
|
||||||
KILL_PROCESS_TIMEOUT = 5
|
KILL_PROCESS_TIMEOUT = 5
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python3
|
#!/usr/bin/python
|
||||||
import sys, os, pwd
|
import sys, os, pwd
|
||||||
|
|
||||||
if len(sys.argv) < 3:
|
if len(sys.argv) < 3:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user