5562: Use static method. Fixes "TypeError: _socket_open() takes exactly 5 arguments...
[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()