File: nodeset.py

package info (click to toggle)
clustershell 1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,236 kB
  • sloc: python: 12,990; yacc: 2,844; makefile: 7
file content (10 lines) | stat: -rwxr-xr-x 139 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env python

"""
nodeset command-line tool
"""

from ClusterShell.CLI.Nodeset import main

if __name__ == '__main__':
    main()