Import sys module.
This commit is contained in:
parent
ccc1661cd7
commit
2f134e4f74
1
patool
1
patool
|
@ -18,6 +18,7 @@
|
||||||
patool [extract|list|create|formats] [sub-command-options] <command-args>
|
patool [extract|list|create|formats] [sub-command-options] <command-args>
|
||||||
"""
|
"""
|
||||||
import os
|
import os
|
||||||
|
import sys
|
||||||
from patoolib import handle_archive, list_formats, baker
|
from patoolib import handle_archive, list_formats, baker
|
||||||
|
|
||||||
# parameter help and short options
|
# parameter help and short options
|
||||||
|
|
Loading…
Reference in New Issue