2017-01-19 | Paul Boddie | file changeset files shortlog | Added simple import and __file__ attribute test. |
paul@6 | 1 | #!/usr/bin/env python |
paul@6 | 2 | |
paul@6 | 3 | name = 'posix' |
paul@6 | 4 | linesep = '\n' |
paul@6 | 5 | |
paul@6 | 6 | # vim: tabstop=4 expandtab shiftwidth=4 |