#!/usr/bin/python3

import twopence

installer = twopence.TestSuiteInstaller()

installer.installFromCommandline()
exit(installer.nerrors)

