python: Added __all__ to ashd.proto and ashd.util.
[ashd.git] / python / ashd / proto.py
index c1ae1b0..4a48304 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