Add a debugging line to the echo command

This commit is contained in:
Thomas S Hatch 2011-03-07 21:08:10 -07:00
parent 3a4f2f7ce7
commit fff3e2ed2e

View file

@ -7,4 +7,5 @@ def echo(text):
'''
Return a string - used for testing the connection
'''
print 'Echo got called!'
return text