#!/usr/bin/python -tt

import euca2ools.nc.commands.checkbucket

if __name__ == '__main__':
    euca2ools.nc.commands.checkbucket.CheckBucket.run()
