home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyc (Python 2.6)
-
- import IPython.ipapi as IPython
- ip = IPython.ipapi.get()
- import os
-
- def main():
- o = ip.options
- o.system_verbose = 0
-
-
- def import_all(modules):
- for m in modules.split():
- ip.ex('from %s import *' % m)
-
-
-
- def execf(fname):
- ip.ex('execfile("%s")' % os.path.expanduser(fname))
-
- main()
-