python: Moved the Python 3 files to their own directory and restored Python 2 files.
[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