#!/usr/bin/env python

import sys
from vcstool.commands.custom import svn_main

sys.exit(svn_main() or 0)
