diff --git a/src/gof-gateway-srv b/src/gof-gateway-srv deleted file mode 100755 index 8171668d66f67992e7f1663082bea96c831010fa..0000000000000000000000000000000000000000 --- a/src/gof-gateway-srv +++ /dev/null @@ -1,14 +0,0 @@ -#!/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 GofGateway import main -if __name__ == '__main__': - main() - diff --git a/src/gof-gateway-srv b/src/gof-gateway-srv new file mode 120000 index 0000000000000000000000000000000000000000..1cd304b6527b0b5c2c2c8e6beb9be7e187282e07 --- /dev/null +++ b/src/gof-gateway-srv @@ -0,0 +1 @@ +GofGateway.py \ No newline at end of file