#!/usr/bin/env python

# (c) 2011 Mouad Benchchaoui
# Licensed under the BSD license:
# http://www.opensource.org/licenses/bsd-license.php
import sys

from whereis import main; sys.exit(main())
