2011-06-14 | Paul Boddie | file changeset files shortlog | Fixed negation of operator method results in other operator methods. Added NotImplementedType as an automatically generated class. |
paul@94 | 1 | #!/usr/bin/env python |
paul@94 | 2 | |
paul@94 | 3 | attr = 123 |
paul@94 | 4 | a = 10 |
paul@94 | 5 | |
paul@94 | 6 | # vim: tabstop=4 expandtab shiftwidth=4 |