X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=python%2Fashd%2Futil.py;h=0ff38785094c130fec56ab05d682451c350d8539;hb=f56b079086cb35e50697a4752b38679ae5e44679;hp=2ac7dc0707cfaf5623587342c0b23d28d20b2087;hpb=4d2dc22a9a68395a5788ae66c84ae0ced2d0e733;p=ashd.git diff --git a/python/ashd/util.py b/python/ashd/util.py index 2ac7dc0..0ff3878 100644 --- a/python/ashd/util.py +++ b/python/ashd/util.py @@ -7,6 +7,8 @@ handlers, wrapping the low-level ashd.proto module. import os, socket import proto +__all__ = ["stdfork", "pchild", "respond", "serveloop"] + def stdfork(argv, chinit = None): """Fork a persistent handler process using the `argv' argument list, as per the standard ashd(7) calling convention. For an