15
15
# License along with this library; if not, write to the Free Software
16
16
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25
24
def dataReceived(self, data):
26
25
"As soon as any data is received, write it back."
27
26
self.transport.write(data)
39
36
# this only runs if the module was *not* imported
40
37
if __name__ == '__main__':