Skip to content
Snippets Groups Projects
Commit 9d5f5401 authored by Lorenzo Pivetta's avatar Lorenzo Pivetta
Browse files

Remove src/fbelt-srv script

parent 7e24f1d9
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python
#
# Template of main python server wrapper
# Solves the problem of pogo generated Tango server file names which are not easily handled by databeds and Starter.
# 1) copy this template in the server directoy using the canonical server (executable) name: cp ../python-srv.template myclass-srv
# 2) chmod +x myclass-srv
# 3) edit myclass-srv ename MyClass to the actual class name of the python Tango server (you can also clean up these notes)
#
from fbelt import main
if __name__ == '__main__':
main()
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment