X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=python%2Fashd%2Fproto.py;h=4a483048307b4676b99695300df5aaeec1928913;hp=c1ae1b0a2686b5e02df739a3c08fba8eafedd46c;hb=e66efe5f71c2bb6182055dffc9beefd0373ff3ad;hpb=fc2aa563ea22418e23abe89285c7a87c1ee90c5b diff --git a/python/ashd/proto.py b/python/ashd/proto.py index c1ae1b0..4a48304 100644 --- a/python/ashd/proto.py +++ b/python/ashd/proto.py @@ -10,6 +10,8 @@ ashd.util module provides an easier-to-use interface. import os, socket import htlib +__all__ = ["req", "recvreq", "sendreq"] + class protoerr(Exception): pass