catacomb/__init__.py: Import `sys' as a whole.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 14 Jul 2017 22:16:02 +0000 (23:16 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 22 Nov 2019 22:18:11 +0000 (22:18 +0000)
commitcb46f06b084bb7574b6f7cde13bf413f58a1e91c
tree7651c54b60c01572ee1a329ca8168eca615c5b66
parent77a0d53faac821d25fb38a09cf730e133b92998a
catacomb/__init__.py: Import `sys' as a whole.

We're only using `argv' in one place, so this isn't a significant
hardship.  And I'll want more things from `sys' soon.

(cherry picked from commit c04b289c577a5cdf6d5dd641f7b541d90a93adff)
catacomb/__init__.py