# Setup the IRC client for python # Make sure we can import local modules python import sys python if '.' not in sys.path: sys.path.append('.') # Setup some helpful aliases alias pyecho echo $python($*) alias pyload python import $* alias pyreload python epic.reload\($*\) # Import the high-level epic module pyload epic