Lichen

lib/posix/conf.py

596:6a11001c93ce
2017-02-19 Paul Boddie Reordered conditional clauses and added some comments. method-wrapper-for-context
     1 #!/usr/bin/env python     2      3 def confstr(name): pass     4 def pathconf(path, name): pass     5 def strerror(code): pass     6 def sysconf(name): pass     7      8 # vim: tabstop=4 expandtab shiftwidth=4