#! /usr/bin/python
# EASY-INSTALL-ENTRY-SCRIPT: 'vcstool==0.1.15','console_scripts','vcs-hg'
__requires__ = 'vcstool==0.1.15'
import sys
from pkg_resources import load_entry_point

if __name__ == '__main__':
    sys.exit(
        load_entry_point('vcstool==0.1.15', 'console_scripts', 'vcs-hg')()
    )
