X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=python%2Fashd%2Futil.py;h=0ff38785094c130fec56ab05d682451c350d8539;hp=2ac7dc0707cfaf5623587342c0b23d28d20b2087;hb=e66efe5f71c2bb6182055dffc9beefd0373ff3ad;hpb=fc2aa563ea22418e23abe89285c7a87c1ee90c5b 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