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>
Fri, 22 Nov 2019 22:18:11 +0000 (22:18 +0000)
commited7fea3d6f7f374818adee895174f8b09d5da016
treebc22df2bd36f72fd66329619b46a5788a4a08937
parentcb46f06b084bb7574b6f7cde13bf413f58a1e91c
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.

(cherry picked from commit 378ceeef4e0663d913cb448c32022522d39e7848)
catacomb/__init__.py