Lichen

Annotated lib/posix/__init__.py

6:f551873980e5
2016-08-30 Paul Boddie Added PythonLight alternative libraries.
paul@6 1
#!/usr/bin/env python
paul@6 2
paul@6 3
from posix.core import name, linesep
paul@6 4
from posix.conf import *
paul@6 5
from posix.filesys import *
paul@6 6
from posix.io import *
paul@6 7
from posix.process import *
paul@6 8
from posix.random import *
paul@6 9
from posix.stat import *
paul@6 10
from posix.temp import *
paul@6 11
paul@6 12
# vim: tabstop=4 expandtab shiftwidth=4