2016-09-04 | Paul Boddie | file changeset files shortlog | Store removed modules for debugging purposes. |
paul@6 | 1 | #!/usr/bin/env python |
paul@6 | 2 | |
paul@6 | 3 | def tempnam(dir=None, prefix=None): pass |
paul@6 | 4 | def tmpfile(): pass |
paul@6 | 5 | def tmpnam(): pass |
paul@6 | 6 | |
paul@6 | 7 | TMP_MAX = 238328 |
paul@6 | 8 | |
paul@6 | 9 | # vim: tabstop=4 expandtab shiftwidth=4 |