#!/usr/local/bin/python2.7 
import sys
import kopano_migration_pst

if __name__ == '__main__':
    sys.exit(kopano_migration_pst.main())
