2009-11-23 | Paul Boddie | file changeset files shortlog | Added attribute usage registration for branches where more specific attribute usage occurs, but where such usage cannot be merged back into the active usage definition for a given name. This should ensure that attributes are not forgotten because their usage was not merged and carried forward. Added more specific tests. |
paul@271 | 1 | #!/usr/bin/env python |
paul@271 | 2 | |
paul@271 | 3 | a = 123 |
paul@271 | 4 | del a |
paul@271 | 5 | |
paul@271 | 6 | # vim: tabstop=4 expandtab shiftwidth=4 |