;ò
ÎÑAHc           @   sM   d  Z  d k Z e i i ƒ  Z d k Z d „  Z d „  Z d „  Z	 e ƒ  d S(   se   User configuration file for IPython

This is a more flexible and safe way to configure ipython than *rc files
(ipythonrc, ipythonrc-pysh etc.)

This file is always imported on ipython startup. You can import the
ipython extensions you need here (see IPython/Extensions directory).

Feel free to edit this file to customize your ipython experience.

Note that as such this file does nothing, for backwards compatibility.
Consult e.g. file 'ipy_profile_sh.py' for an example of the things 
you can do here.

See http://ipython.scipy.org/moin/IpythonExtensionApi for detailed
description on what you could do here.
Nc          C   s   t  i }  d |  _ d  S(   Ni    (   s   ips   optionss   os   system_verbose(   s   o(    (    sQ   /u/d/b/dbachman/=/lib/python2.3/site-packages/IPython/UserConfig/ipy_user_conf.pys   main   s    	c         C   s,   x% |  i ƒ  D] } t i d | ƒ q Wd S(   s    Usage: import_all("os sys") s   from %s import *N(   s   moduless   splits   ms   ips   ex(   s   moduless   m(    (    sQ   /u/d/b/dbachman/=/lib/python2.3/site-packages/IPython/UserConfig/ipy_user_conf.pys
   import_allb   s      c         C   s!   t  i d t i i |  ƒ ƒ d S(   s"    Execute a file in user namespace s   execfile("%s")N(   s   ips   exs   oss   paths
   expandusers   fname(   s   fname(    (    sQ   /u/d/b/dbachman/=/lib/python2.3/site-packages/IPython/UserConfig/ipy_user_conf.pys   execfg   s     (
   s   __doc__s   IPython.ipapis   IPythons   ipapis   gets   ips   oss   mains
   import_alls   execf(   s   ips   execfs
   import_alls   IPythons   mains   os(    (    sQ   /u/d/b/dbachman/=/lib/python2.3/site-packages/IPython/UserConfig/ipy_user_conf.pys   ?   s   			E		