swc-installation-test-2.py: Collect classes together
authorW. Trevor King <wking@tremily.us>
Sat, 24 Jan 2015 19:03:06 +0000 (11:03 -0800)
committerW. Trevor King <wking@tremily.us>
Sat, 24 Jan 2015 19:04:58 +0000 (11:04 -0800)
commit3ffcd7155d7014cd9555fa2131852079c9cfc8b9
tree9df2cbec9199d4c649c4e6c8d521a4ac44f5d12b
parenta3144899f93c16b92064b92a5ec410dc54553160
swc-installation-test-2.py: Collect classes together

Instead of interleaving class definitions with their instantiation.
This will make it easier to build dependency chains that mix a few
classes, because we don't have to worry about whether or not that
class has been defined yet.
swc-installation-test-2.py