2012-07-07 | Paul Boddie | file changeset files shortlog | Filter out __init__.py files when looking for submodule files. |
paul@562 | 1 | #!/usr/bin/env python |
paul@562 | 2 | |
paul@562 | 3 | x = 100 + 20 + 3 |
paul@562 | 4 | |
paul@562 | 5 | # vim: tabstop=4 expandtab shiftwidth=4 |