Put deprecate warning in for old executable name.

This commit is contained in:
Nick Foster 2012-10-09 23:44:16 -07:00
parent 67b58d7204
commit 24cd839f56
2 changed files with 5 additions and 0 deletions

View File

@ -23,5 +23,6 @@ GR_PYTHON_INSTALL(
PROGRAMS
modes_rx
modes_gui
uhd_modes.py
DESTINATION bin
)

4
apps/uhd_modes.py Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env python
if __name__ == '__main__':
print "ERROR: uhd_modes.py has been deprecated. The new application name is modes_rx."