projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
4062: update python testing to handle the multiple fixture object creation, similar...
[arvados.git]
/
services
/
nodemanager
/
bin
/
arvados-node-manager
1
#!/usr/bin/env python
2
3
from __future__ import absolute_import, print_function
4
5
from arvnodeman.launcher import main
6
main()