catacomb/__init__.py: Rearrange the imports.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 14 Jul 2017 22:18:13 +0000 (23:18 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 15 Jul 2017 14:07:09 +0000 (15:07 +0100)
commit378ceeef4e0663d913cb448c32022522d39e7848
tree600ea3eaf7c2580c32dff62faf9f8e513ee6d781
parentc04b289c577a5cdf6d5dd641f7b541d90a93adff
catacomb/__init__.py: Rearrange the imports.

Sort the ordinary Python imports into alphabetical order (by module
name, rather than by import, if I'm only taking one or two symbols).
Move the main extension import into its own section, because it's going
to grow.
catacomb/__init__.py