#!/usr/bin/env python

import os
exec(open(os.path.join(os.path.dirname(__file__), 'config', 'configure.py')).read())
