Skip to content

Commit

Permalink
swc-installation-test-2.py: Collect classes together
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
W. Trevor King committed Jan 24, 2015
1 parent a314489 commit 3ffcd71
Showing 1 changed file with 206 additions and 206 deletions.
Loading

0 comments on commit 3ffcd71

Please sign in to comment.