1 #!/usr/bin/python
2
3 #doc: test gmyth_file_transfer_* "read" methods
4
5 from testing_tools import start, finish
6 import sys
7
8 p = start('gmyth_test_file_download', ['myth://192.168.3.165:6543/1000_20070330144500.nuv'])
9
10 sys.exit(finish(p))