5 lines
141 B
Python
5 lines
141 B
Python
|
#!/usr/bin/env python
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
print "ERROR: uhd_modes.py has been deprecated. The new application name is modes_rx."
|