Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fbelt
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cs
ds
fbelt
Commits
9d5f5401
Commit
9d5f5401
authored
4 years ago
by
Lorenzo Pivetta
Browse files
Options
Downloads
Patches
Plain Diff
Remove src/fbelt-srv script
parent
7e24f1d9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/fbelt-srv
+0
-13
0 additions, 13 deletions
src/fbelt-srv
with
0 additions
and
13 deletions
src/fbelt-srv
deleted
100755 → 0
+
0
−
13
View file @
7e24f1d9
#!/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
()
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment