from ipython_config import *

EXECUTE.extend([
    'import cmath',
    'from math import *',
    'print "*** math functions available globally, cmath as a module"'

])