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>
Sat, 15 Jul 2017 14:07:09 +0000 (15:07 +0100)
commitc04b289c577a5cdf6d5dd641f7b541d90a93adff
treed2a7e60070aa007143bf3feee6db6a80131b34d7
parenta11849068dd55f5997365984cce759c0f2d7caeb
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.
catacomb/__init__.py