]> www.dolda2000.com Git - ashd.git/blobdiff - python/ashd/proto.py
python: Moved the Python 3 files to their own directory and restored Python 2 files.
[ashd.git] / python / ashd / proto.py
index c1ae1b0a2686b5e02df739a3c08fba8eafedd46c..4a483048307b4676b99695300df5aaeec1928913 100644 (file)
@@ -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