#!/usr/bin/python
# $Id: nodeset.py 373 2010-09-26 23:20:10Z st-cea $

"""
nodeset command-line tool
"""

from ClusterShell.CLI.Nodeset import main

if __name__ == '__main__':
    main()
