2008-07-13 | Paul Boddie | file changeset files shortlog | Commit long uncommitted changes. |
paulb@158 | 1 | import pkg, pkg.module, pkg as e, pkg.module as h |
paulb@158 | 2 | |
paulb@158 | 3 | pkg.f(1) |
paulb@158 | 4 | pkg.module.f(1, 2, 3) |
paulb@158 | 5 | e.f("2") |
paulb@158 | 6 | h.f("2", "3", "4") |