#!/usr/bin/python -tt

import sys

import euca2ools.commands


print >> sys.stderr, euca2ools.commands.Euca2ools().format_version()
