Created
August 10, 2012 13:17
-
-
Save dimaqq/3314139 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [root@alarm ~]# ipython2 -c "import sys; sorted(sys.modules.items())" | |
| Out[1]: | |
| [('ConfigParser', | |
| <module 'ConfigParser' from '/usr/lib/python2.7/ConfigParser.pyc'>), | |
| ('IPython', | |
| <module 'IPython' from '/usr/lib/python2.7/site-packages/IPython/__init__.pyc'>), | |
| ('IPython.config', | |
| <module 'IPython.config' from '/usr/lib/python2.7/site-packages/IPython/config/__init__.pyc'>), | |
| ('IPython.config.IPython', None), | |
| ('IPython.config.__builtin__', None), | |
| ('IPython.config.application', | |
| <module 'IPython.config.application' from '/usr/lib/python2.7/site-packages/IPython/config/application.pyc'>), | |
| ('IPython.config.collections', None), | |
| ('IPython.config.configurable', | |
| <module 'IPython.config.configurable' from '/usr/lib/python2.7/site-packages/IPython/config/configurable.pyc'>), | |
| ('IPython.config.copy', None), | |
| ('IPython.config.datetime', None), | |
| ('IPython.config.loader', | |
| <module 'IPython.config.loader' from '/usr/lib/python2.7/site-packages/IPython/config/loader.pyc'>), | |
| ('IPython.config.logging', None), | |
| ('IPython.config.os', None), | |
| ('IPython.config.re', None), | |
| ('IPython.config.sys', None), | |
| ('IPython.core', | |
| <module 'IPython.core' from '/usr/lib/python2.7/site-packages/IPython/core/__init__.pyc'>), | |
| ('IPython.core.IPython', None), | |
| ('IPython.core.StringIO', None), | |
| ('IPython.core.__builtin__', None), | |
| ('IPython.core.__future__', None), | |
| ('IPython.core.__main__', None), | |
| ('IPython.core.abc', None), | |
| ('IPython.core.alias', | |
| <module 'IPython.core.alias' from '/usr/lib/python2.7/site-packages/IPython/core/alias.pyc'>), | |
| ('IPython.core.application', | |
| <module 'IPython.core.application' from '/usr/lib/python2.7/site-packages/IPython/core/application.pyc'>), | |
| ('IPython.core.ast', None), | |
| ('IPython.core.atexit', None), | |
| ('IPython.core.autocall', | |
| <module 'IPython.core.autocall' from '/usr/lib/python2.7/site-packages/IPython/core/autocall.pyc'>), | |
| ('IPython.core.bdb', None), | |
| ('IPython.core.bisect', None), | |
| ('IPython.core.builtin_trap', | |
| <module 'IPython.core.builtin_trap' from '/usr/lib/python2.7/site-packages/IPython/core/builtin_trap.pyc'>), | |
| ('IPython.core.cProfile', None), | |
| ('IPython.core.codeop', None), | |
| ('IPython.core.collections', None), | |
| ('IPython.core.compilerop', | |
| <module 'IPython.core.compilerop' from '/usr/lib/python2.7/site-packages/IPython/core/compilerop.pyc'>), | |
| ('IPython.core.completer', | |
| <module 'IPython.core.completer' from '/usr/lib/python2.7/site-packages/IPython/core/completer.pyc'>), | |
| ('IPython.core.completerlib', | |
| <module 'IPython.core.completerlib' from '/usr/lib/python2.7/site-packages/IPython/core/completerlib.pyc'>), | |
| ('IPython.core.crashhandler', | |
| <module 'IPython.core.crashhandler' from '/usr/lib/python2.7/site-packages/IPython/core/crashhandler.pyc'>), | |
| ('IPython.core.datetime', None), | |
| ('IPython.core.debugger', | |
| <module 'IPython.core.debugger' from '/usr/lib/python2.7/site-packages/IPython/core/debugger.pyc'>), | |
| ('IPython.core.display_trap', | |
| <module 'IPython.core.display_trap' from '/usr/lib/python2.7/site-packages/IPython/core/display_trap.pyc'>), | |
| ('IPython.core.displayhook', | |
| <module 'IPython.core.displayhook' from '/usr/lib/python2.7/site-packages/IPython/core/displayhook.pyc'>), | |
| ('IPython.core.displaypub', | |
| <module 'IPython.core.displaypub' from '/usr/lib/python2.7/site-packages/IPython/core/displaypub.pyc'>), | |
| ('IPython.core.error', | |
| <module 'IPython.core.error' from '/usr/lib/python2.7/site-packages/IPython/core/error.pyc'>), | |
| ('IPython.core.excolors', | |
| <module 'IPython.core.excolors' from '/usr/lib/python2.7/site-packages/IPython/core/excolors.pyc'>), | |
| ('IPython.core.extensions', | |
| <module 'IPython.core.extensions' from '/usr/lib/python2.7/site-packages/IPython/core/extensions.pyc'>), | |
| ('IPython.core.fakemodule', | |
| <module 'IPython.core.fakemodule' from '/usr/lib/python2.7/site-packages/IPython/core/fakemodule.pyc'>), | |
| ('IPython.core.formatters', | |
| <module 'IPython.core.formatters' from '/usr/lib/python2.7/site-packages/IPython/core/formatters.pyc'>), | |
| ('IPython.core.getopt', None), | |
| ('IPython.core.glob', None), | |
| ('IPython.core.hashlib', None), | |
| ('IPython.core.history', | |
| <module 'IPython.core.history' from '/usr/lib/python2.7/site-packages/IPython/core/history.pyc'>), | |
| ('IPython.core.hooks', | |
| <module 'IPython.core.hooks' from '/usr/lib/python2.7/site-packages/IPython/core/hooks.pyc'>), | |
| ('IPython.core.imp', None), | |
| ('IPython.core.inputsplitter', | |
| <module 'IPython.core.inputsplitter' from '/usr/lib/python2.7/site-packages/IPython/core/inputsplitter.pyc'>), | |
| ('IPython.core.inspect', None), | |
| ('IPython.core.interactiveshell', | |
| <module 'IPython.core.interactiveshell' from '/usr/lib/python2.7/site-packages/IPython/core/interactiveshell.pyc'>), | |
| ('IPython.core.io', None), | |
| ('IPython.core.ipapi', | |
| <module 'IPython.core.ipapi' from '/usr/lib/python2.7/site-packages/IPython/core/ipapi.pyc'>), | |
| ('IPython.core.itertools', None), | |
| ('IPython.core.keyword', None), | |
| ('IPython.core.linecache', None), | |
| ('IPython.core.logger', | |
| <module 'IPython.core.logger' from '/usr/lib/python2.7/site-packages/IPython/core/logger.pyc'>), | |
| ('IPython.core.logging', None), | |
| ('IPython.core.macro', | |
| <module 'IPython.core.macro' from '/usr/lib/python2.7/site-packages/IPython/core/macro.pyc'>), | |
| ('IPython.core.magic', | |
| <module 'IPython.core.magic' from '/usr/lib/python2.7/site-packages/IPython/core/magic.pyc'>), | |
| ('IPython.core.magic_arguments', | |
| <module 'IPython.core.magic_arguments' from '/usr/lib/python2.7/site-packages/IPython/core/magic_arguments.pyc'>), | |
| ('IPython.core.oinspect', | |
| <module 'IPython.core.oinspect' from '/usr/lib/python2.7/site-packages/IPython/core/oinspect.pyc'>), | |
| ('IPython.core.os', None), | |
| ('IPython.core.page', | |
| <module 'IPython.core.page' from '/usr/lib/python2.7/site-packages/IPython/core/page.pyc'>), | |
| ('IPython.core.payload', | |
| <module 'IPython.core.payload' from '/usr/lib/python2.7/site-packages/IPython/core/payload.pyc'>), | |
| ('IPython.core.pdb', None), | |
| ('IPython.core.plugin', | |
| <module 'IPython.core.plugin' from '/usr/lib/python2.7/site-packages/IPython/core/plugin.pyc'>), | |
| ('IPython.core.pprint', None), | |
| ('IPython.core.prefilter', | |
| <module 'IPython.core.prefilter' from '/usr/lib/python2.7/site-packages/IPython/core/prefilter.pyc'>), | |
| ('IPython.core.profiledir', | |
| <module 'IPython.core.profiledir' from '/usr/lib/python2.7/site-packages/IPython/core/profiledir.pyc'>), | |
| ('IPython.core.prompts', | |
| <module 'IPython.core.prompts' from '/usr/lib/python2.7/site-packages/IPython/core/prompts.pyc'>), | |
| ('IPython.core.pstats', None), | |
| ('IPython.core.pydoc', None), | |
| ('IPython.core.pylabtools', | |
| <module 'IPython.core.pylabtools' from '/usr/lib/python2.7/site-packages/IPython/core/pylabtools.pyc'>), | |
| ('IPython.core.re', None), | |
| ('IPython.core.release', | |
| <module 'IPython.core.release' from '/usr/lib/python2.7/site-packages/IPython/core/release.pyc'>), | |
| ('IPython.core.shadowns', | |
| <module 'IPython.core.shadowns' from '/usr/lib/python2.7/site-packages/IPython/core/shadowns.pyc'>), | |
| ('IPython.core.shellapp', | |
| <module 'IPython.core.shellapp' from '/usr/lib/python2.7/site-packages/IPython/core/shellapp.pyc'>), | |
| ('IPython.core.shlex', None), | |
| ('IPython.core.shutil', None), | |
| ('IPython.core.socket', None), | |
| ('IPython.core.splitinput', | |
| <module 'IPython.core.splitinput' from '/usr/lib/python2.7/site-packages/IPython/core/splitinput.pyc'>), | |
| ('IPython.core.sqlite3', None), | |
| ('IPython.core.string', None), | |
| ('IPython.core.sys', None), | |
| ('IPython.core.tempfile', None), | |
| ('IPython.core.threading', None), | |
| ('IPython.core.time', None), | |
| ('IPython.core.tokenize', None), | |
| ('IPython.core.traceback', None), | |
| ('IPython.core.types', None), | |
| ('IPython.core.ultratb', | |
| <module 'IPython.core.ultratb' from '/usr/lib/python2.7/site-packages/IPython/core/ultratb.pyc'>), | |
| ('IPython.core.usage', | |
| <module 'IPython.core.usage' from '/usr/lib/python2.7/site-packages/IPython/core/usage.pyc'>), | |
| ('IPython.core.xmlrpclib', None), | |
| ('IPython.core.zipimport', None), | |
| ('IPython.external', | |
| <module 'IPython.external' from '/usr/lib/python2.7/site-packages/IPython/external/__init__.pyc'>), | |
| ('IPython.external.Itpl', | |
| <module 'IPython.external.Itpl' from '/usr/lib/python2.7/site-packages/IPython/external/Itpl/__init__.pyc'>), | |
| ('IPython.external.Itpl._Itpl', | |
| <module 'IPython.external.Itpl._Itpl' from '/usr/lib/python2.7/site-packages/IPython/external/Itpl/_Itpl.pyc'>), | |
| ('IPython.external.Itpl.sys', None), | |
| ('IPython.external.Itpl.tokenize', None), | |
| ('IPython.external.argparse', | |
| <module 'IPython.external.argparse' from '/usr/lib/python2.7/site-packages/IPython/external/argparse/__init__.pyc'>), | |
| ('IPython.external.argparse.argparse', None), | |
| ('IPython.external.decorator', | |
| <module 'IPython.external.decorator' from '/usr/lib/python2.7/site-packages/IPython/external/decorator/__init__.pyc'>), | |
| ('IPython.external.decorator._decorator', | |
| <module 'IPython.external.decorator._decorator' from '/usr/lib/python2.7/site-packages/IPython/external/decorator/_decorator.pyc'>), | |
| ('IPython.external.decorator.functools', None), | |
| ('IPython.external.decorator.inspect', None), | |
| ('IPython.external.decorator.os', None), | |
| ('IPython.external.decorator.re', None), | |
| ('IPython.external.decorator.string', None), | |
| ('IPython.external.decorator.sys', None), | |
| ('IPython.external.decorator.warnings', None), | |
| ('IPython.external.path', | |
| <module 'IPython.external.path' from '/usr/lib/python2.7/site-packages/IPython/external/path/__init__.pyc'>), | |
| ('IPython.external.path.__future__', None), | |
| ('IPython.external.path._path', | |
| <module 'IPython.external.path._path' from '/usr/lib/python2.7/site-packages/IPython/external/path/_path.pyc'>), | |
| ('IPython.external.path.codecs', None), | |
| ('IPython.external.path.fnmatch', None), | |
| ('IPython.external.path.glob', None), | |
| ('IPython.external.path.hashlib', None), | |
| ('IPython.external.path.os', None), | |
| ('IPython.external.path.pwd', None), | |
| ('IPython.external.path.shutil', None), | |
| ('IPython.external.path.sys', None), | |
| ('IPython.external.path.warnings', None), | |
| ('IPython.external.pexpect', | |
| <module 'IPython.external.pexpect' from '/usr/lib/python2.7/site-packages/IPython/external/pexpect/__init__.pyc'>), | |
| ('IPython.external.pexpect._pexpect', | |
| <module 'IPython.external.pexpect._pexpect' from '/usr/lib/python2.7/site-packages/IPython/external/pexpect/_pexpect.pyc'>), | |
| ('IPython.external.pexpect.errno', None), | |
| ('IPython.external.pexpect.fcntl', None), | |
| ('IPython.external.pexpect.os', None), | |
| ('IPython.external.pexpect.pty', None), | |
| ('IPython.external.pexpect.re', None), | |
| ('IPython.external.pexpect.resource', None), | |
| ('IPython.external.pexpect.select', None), | |
| ('IPython.external.pexpect.signal', None), | |
| ('IPython.external.pexpect.struct', None), | |
| ('IPython.external.pexpect.sys', None), | |
| ('IPython.external.pexpect.termios', None), | |
| ('IPython.external.pexpect.time', None), | |
| ('IPython.external.pexpect.traceback', None), | |
| ('IPython.external.pexpect.tty', None), | |
| ('IPython.external.pexpect.types', None), | |
| ('IPython.external.simplegeneric', | |
| <module 'IPython.external.simplegeneric' from '/usr/lib/python2.7/site-packages/IPython/external/simplegeneric/__init__.pyc'>), | |
| ('IPython.external.simplegeneric._simplegeneric', | |
| <module 'IPython.external.simplegeneric._simplegeneric' from '/usr/lib/python2.7/site-packages/IPython/external/simplegeneric/_simplegeneric.pyc'>), | |
| ('IPython.external.simplegeneric.types', None), | |
| ('IPython.frontend', | |
| <module 'IPython.frontend' from '/usr/lib/python2.7/site-packages/IPython/frontend/__init__.pyc'>), | |
| ('IPython.frontend.terminal', | |
| <module 'IPython.frontend.terminal' from '/usr/lib/python2.7/site-packages/IPython/frontend/terminal/__init__.pyc'>), | |
| ('IPython.frontend.terminal.IPython', None), | |
| ('IPython.frontend.terminal.__builtin__', None), | |
| ('IPython.frontend.terminal.__future__', None), | |
| ('IPython.frontend.terminal.__main__', None), | |
| ('IPython.frontend.terminal.bdb', None), | |
| ('IPython.frontend.terminal.contextlib', None), | |
| ('IPython.frontend.terminal.embed', | |
| <module 'IPython.frontend.terminal.embed' from '/usr/lib/python2.7/site-packages/IPython/frontend/terminal/embed.pyc'>), | |
| ('IPython.frontend.terminal.interactiveshell', | |
| <module 'IPython.frontend.terminal.interactiveshell' from '/usr/lib/python2.7/site-packages/IPython/frontend/terminal/interactiveshell.pyc'>), | |
| ('IPython.frontend.terminal.ipapp', | |
| <module 'IPython.frontend.terminal.ipapp' from '/usr/lib/python2.7/site-packages/IPython/frontend/terminal/ipapp.pyc'>), | |
| ('IPython.frontend.terminal.os', None), | |
| ('IPython.frontend.terminal.re', None), | |
| ('IPython.frontend.terminal.sys', None), | |
| ('IPython.frontend.terminal.textwrap', None), | |
| ('IPython.frontend.terminal.warnings', None), | |
| ('IPython.lib', | |
| <module 'IPython.lib' from '/usr/lib/python2.7/site-packages/IPython/lib/__init__.pyc'>), | |
| ('IPython.lib.IPython', None), | |
| ('IPython.lib.StringIO', None), | |
| ('IPython.lib.__builtin__', None), | |
| ('IPython.lib.__future__', None), | |
| ('IPython.lib.collections', None), | |
| ('IPython.lib.contextlib', None), | |
| ('IPython.lib.ctypes', None), | |
| ('IPython.lib.datetime', None), | |
| ('IPython.lib.deepreload', | |
| <module 'IPython.lib.deepreload' from '/usr/lib/python2.7/site-packages/IPython/lib/deepreload.pyc'>), | |
| ('IPython.lib.getpass', None), | |
| ('IPython.lib.hashlib', None), | |
| ('IPython.lib.imp', None), | |
| ('IPython.lib.inputhook', | |
| <module 'IPython.lib.inputhook' from '/usr/lib/python2.7/site-packages/IPython/lib/inputhook.pyc'>), | |
| ('IPython.lib.os', None), | |
| ('IPython.lib.pretty', | |
| <module 'IPython.lib.pretty' from '/usr/lib/python2.7/site-packages/IPython/lib/pretty.pyc'>), | |
| ('IPython.lib.random', None), | |
| ('IPython.lib.re', None), | |
| ('IPython.lib.security', | |
| <module 'IPython.lib.security' from '/usr/lib/python2.7/site-packages/IPython/lib/security.pyc'>), | |
| ('IPython.lib.select', None), | |
| ('IPython.lib.signal', None), | |
| ('IPython.lib.sys', None), | |
| ('IPython.lib.types', None), | |
| ('IPython.lib.warnings', None), | |
| ('IPython.testing', | |
| <module 'IPython.testing' from '/usr/lib/python2.7/site-packages/IPython/testing/__init__.pyc'>), | |
| ('IPython.testing.skipdoctest', | |
| <module 'IPython.testing.skipdoctest' from '/usr/lib/python2.7/site-packages/IPython/testing/skipdoctest.pyc'>), | |
| ('IPython.testing.sys', None), | |
| ('IPython.utils', | |
| <module 'IPython.utils' from '/usr/lib/python2.7/site-packages/IPython/utils/__init__.pyc'>), | |
| ('IPython.utils.ConfigParser', None), | |
| ('IPython.utils.IPython', None), | |
| ('IPython.utils.PyColorize', | |
| <module 'IPython.utils.PyColorize' from '/usr/lib/python2.7/site-packages/IPython/utils/PyColorize.pyc'>), | |
| ('IPython.utils.StringIO', None), | |
| ('IPython.utils.__builtin__', None), | |
| ('IPython.utils.__future__', None), | |
| ('IPython.utils.__main__', None), | |
| ('IPython.utils._process_common', | |
| <module 'IPython.utils._process_common' from '/usr/lib/python2.7/site-packages/IPython/utils/_process_common.pyc'>), | |
| ('IPython.utils._process_posix', | |
| <module 'IPython.utils._process_posix' from '/usr/lib/python2.7/site-packages/IPython/utils/_process_posix.pyc'>), | |
| ('IPython.utils.autoattr', | |
| <module 'IPython.utils.autoattr' from '/usr/lib/python2.7/site-packages/IPython/utils/autoattr.pyc'>), | |
| ('IPython.utils.cPickle', None), | |
| ('IPython.utils.collections', None), | |
| ('IPython.utils.coloransi', | |
| <module 'IPython.utils.coloransi' from '/usr/lib/python2.7/site-packages/IPython/utils/coloransi.pyc'>), | |
| ('IPython.utils.curses', None), | |
| ('IPython.utils.cursesimport', | |
| <module 'IPython.utils.cursesimport' from '/usr/lib/python2.7/site-packages/IPython/utils/cursesimport.pyc'>), | |
| ('IPython.utils.data', | |
| <module 'IPython.utils.data' from '/usr/lib/python2.7/site-packages/IPython/utils/data.pyc'>), | |
| ('IPython.utils.decorators', | |
| <module 'IPython.utils.decorators' from '/usr/lib/python2.7/site-packages/IPython/utils/decorators.pyc'>), | |
| ('IPython.utils.dir2', | |
| <module 'IPython.utils.dir2' from '/usr/lib/python2.7/site-packages/IPython/utils/dir2.pyc'>), | |
| ('IPython.utils.doctest', None), | |
| ('IPython.utils.doctestreload', | |
| <module 'IPython.utils.doctestreload' from '/usr/lib/python2.7/site-packages/IPython/utils/doctestreload.pyc'>), | |
| ('IPython.utils.functools', None), | |
| ('IPython.utils.generics', | |
| <module 'IPython.utils.generics' from '/usr/lib/python2.7/site-packages/IPython/utils/generics.pyc'>), | |
| ('IPython.utils.glob', None), | |
| ('IPython.utils.hashlib', None), | |
| ('IPython.utils.imp', None), | |
| ('IPython.utils.importstring', | |
| <module 'IPython.utils.importstring' from '/usr/lib/python2.7/site-packages/IPython/utils/importstring.pyc'>), | |
| ('IPython.utils.inspect', None), | |
| ('IPython.utils.io', | |
| <module 'IPython.utils.io' from '/usr/lib/python2.7/site-packages/IPython/utils/io.pyc'>), | |
| ('IPython.utils.ipstruct', | |
| <module 'IPython.utils.ipstruct' from '/usr/lib/python2.7/site-packages/IPython/utils/ipstruct.pyc'>), | |
| ('IPython.utils.keyword', None), | |
| ('IPython.utils.locale', None), | |
| ('IPython.utils.module_paths', | |
| <module 'IPython.utils.module_paths' from '/usr/lib/python2.7/site-packages/IPython/utils/module_paths.pyc'>), | |
| ('IPython.utils.optparse', None), | |
| ('IPython.utils.os', None), | |
| ('IPython.utils.path', | |
| <module 'IPython.utils.path' from '/usr/lib/python2.7/site-packages/IPython/utils/path.pyc'>), | |
| ('IPython.utils.pickleshare', | |
| <module 'IPython.utils.pickleshare' from '/usr/lib/python2.7/site-packages/IPython/utils/pickleshare.pyc'>), | |
| ('IPython.utils.platform', None), | |
| ('IPython.utils.pprint', None), | |
| ('IPython.utils.process', | |
| <module 'IPython.utils.process' from '/usr/lib/python2.7/site-packages/IPython/utils/process.pyc'>), | |
| ('IPython.utils.py3compat', | |
| <module 'IPython.utils.py3compat' from '/usr/lib/python2.7/site-packages/IPython/utils/py3compat.pyc'>), | |
| ('IPython.utils.re', None), | |
| ('IPython.utils.readline', None), | |
| ('IPython.utils.resource', None), | |
| ('IPython.utils.rlineimpl', | |
| <module 'IPython.utils.rlineimpl' from '/usr/lib/python2.7/site-packages/IPython/utils/rlineimpl.pyc'>), | |
| ('IPython.utils.shlex', None), | |
| ('IPython.utils.shutil', None), | |
| ('IPython.utils.stat', None), | |
| ('IPython.utils.strdispatch', | |
| <module 'IPython.utils.strdispatch' from '/usr/lib/python2.7/site-packages/IPython/utils/strdispatch.pyc'>), | |
| ('IPython.utils.string', None), | |
| ('IPython.utils.struct', None), | |
| ('IPython.utils.subprocess', None), | |
| ('IPython.utils.sys', None), | |
| ('IPython.utils.sysinfo', | |
| <module 'IPython.utils.sysinfo' from '/usr/lib/python2.7/site-packages/IPython/utils/sysinfo.pyc'>), | |
| ('IPython.utils.syspathcontext', | |
| <module 'IPython.utils.syspathcontext' from '/usr/lib/python2.7/site-packages/IPython/utils/syspathcontext.pyc'>), | |
| ('IPython.utils.tempfile', None), | |
| ('IPython.utils.terminal', | |
| <module 'IPython.utils.terminal' from '/usr/lib/python2.7/site-packages/IPython/utils/terminal.pyc'>), | |
| ('IPython.utils.termios', None), | |
| ('IPython.utils.text', | |
| <module 'IPython.utils.text' from '/usr/lib/python2.7/site-packages/IPython/utils/text.pyc'>), | |
| ('IPython.utils.textwrap', None), | |
| ('IPython.utils.time', None), | |
| ('IPython.utils.timing', | |
| <module 'IPython.utils.timing' from '/usr/lib/python2.7/site-packages/IPython/utils/timing.pyc'>), | |
| ('IPython.utils.token', None), | |
| ('IPython.utils.tokenize', None), | |
| ('IPython.utils.traitlets', | |
| <module 'IPython.utils.traitlets' from '/usr/lib/python2.7/site-packages/IPython/utils/traitlets.pyc'>), | |
| ('IPython.utils.types', None), | |
| ('IPython.utils.warn', | |
| <module 'IPython.utils.warn' from '/usr/lib/python2.7/site-packages/IPython/utils/warn.pyc'>), | |
| ('IPython.utils.warnings', None), | |
| ('IPython.utils.wildcard', | |
| <module 'IPython.utils.wildcard' from '/usr/lib/python2.7/site-packages/IPython/utils/wildcard.pyc'>), | |
| ('StringIO', <module 'StringIO' from '/usr/lib/python2.7/StringIO.pyc'>), | |
| ('UserDict', <module 'UserDict' from '/usr/lib/python2.7/UserDict.pyc'>), | |
| ('__builtin__', <module '__builtin__' (built-in)>), | |
| ('__future__', | |
| <module '__future__' from '/usr/lib/python2.7/__future__.pyc'>), | |
| ('__main__', <module '__main__' (built-in)>), | |
| ('_abcoll', <module '_abcoll' from '/usr/lib/python2.7/_abcoll.pyc'>), | |
| ('_ast', <module '_ast' (built-in)>), | |
| ('_bisect', | |
| <module '_bisect' from '/usr/lib/python2.7/lib-dynload/_bisect.so'>), | |
| ('_codecs', <module '_codecs' (built-in)>), | |
| ('_collections', | |
| <module '_collections' from '/usr/lib/python2.7/lib-dynload/_collections.so'>), | |
| ('_ctypes', | |
| <module '_ctypes' from '/usr/lib/python2.7/lib-dynload/_ctypes.so'>), | |
| ('_curses', | |
| <module '_curses' from '/usr/lib/python2.7/lib-dynload/_curses.so'>), | |
| ('_functools', | |
| <module '_functools' from '/usr/lib/python2.7/lib-dynload/_functools.so'>), | |
| ('_hashlib', | |
| <module '_hashlib' from '/usr/lib/python2.7/lib-dynload/_hashlib.so'>), | |
| ('_heapq', <module '_heapq' from '/usr/lib/python2.7/lib-dynload/_heapq.so'>), | |
| ('_io', <module '_io' from '/usr/lib/python2.7/lib-dynload/_io.so'>), | |
| ('_locale', | |
| <module '_locale' from '/usr/lib/python2.7/lib-dynload/_locale.so'>), | |
| ('_lsprof', | |
| <module '_lsprof' from '/usr/lib/python2.7/lib-dynload/_lsprof.so'>), | |
| ('_random', | |
| <module '_random' from '/usr/lib/python2.7/lib-dynload/_random.so'>), | |
| ('_socket', | |
| <module '_socket' from '/usr/lib/python2.7/lib-dynload/_socket.so'>), | |
| ('_sqlite3', | |
| <module '_sqlite3' from '/usr/lib/python2.7/lib-dynload/_sqlite3.so'>), | |
| ('_sre', <module '_sre' (built-in)>), | |
| ('_ssl', <module '_ssl' from '/usr/lib/python2.7/lib-dynload/_ssl.so'>), | |
| ('_struct', | |
| <module '_struct' from '/usr/lib/python2.7/lib-dynload/_struct.so'>), | |
| ('_warnings', <module '_warnings' (built-in)>), | |
| ('_weakref', <module '_weakref' (built-in)>), | |
| ('_weakrefset', | |
| <module '_weakrefset' from '/usr/lib/python2.7/_weakrefset.pyc'>), | |
| ('abc', <module 'abc' from '/usr/lib/python2.7/abc.pyc'>), | |
| ('argparse', <module 'argparse' from '/usr/lib/python2.7/argparse.pyc'>), | |
| ('array', <module 'array' from '/usr/lib/python2.7/lib-dynload/array.so'>), | |
| ('ast', <module 'ast' from '/usr/lib/python2.7/ast.pyc'>), | |
| ('atexit', <module 'atexit' from '/usr/lib/python2.7/atexit.pyc'>), | |
| ('base64', <module 'base64' from '/usr/lib/python2.7/base64.pyc'>), | |
| ('bdb', <module 'bdb' from '/usr/lib/python2.7/bdb.pyc'>), | |
| ('binascii', | |
| <module 'binascii' from '/usr/lib/python2.7/lib-dynload/binascii.so'>), | |
| ('bisect', <module 'bisect' from '/usr/lib/python2.7/bisect.pyc'>), | |
| ('cPickle', | |
| <module 'cPickle' from '/usr/lib/python2.7/lib-dynload/cPickle.so'>), | |
| ('cProfile', <module 'cProfile' from '/usr/lib/python2.7/cProfile.pyc'>), | |
| ('cStringIO', | |
| <module 'cStringIO' from '/usr/lib/python2.7/lib-dynload/cStringIO.so'>), | |
| ('cmd', <module 'cmd' from '/usr/lib/python2.7/cmd.pyc'>), | |
| ('codecs', <module 'codecs' from '/usr/lib/python2.7/codecs.pyc'>), | |
| ('codeop', <module 'codeop' from '/usr/lib/python2.7/codeop.pyc'>), | |
| ('collections', | |
| <module 'collections' from '/usr/lib/python2.7/collections.pyc'>), | |
| ('contextlib', | |
| <module 'contextlib' from '/usr/lib/python2.7/contextlib.pyc'>), | |
| ('copy', <module 'copy' from '/usr/lib/python2.7/copy.pyc'>), | |
| ('copy_reg', <module 'copy_reg' from '/usr/lib/python2.7/copy_reg.pyc'>), | |
| ('ctypes', <module 'ctypes' from '/usr/lib/python2.7/ctypes/__init__.pyc'>), | |
| ('ctypes._ctypes', None), | |
| ('ctypes._endian', | |
| <module 'ctypes._endian' from '/usr/lib/python2.7/ctypes/_endian.pyc'>), | |
| ('ctypes.ctypes', None), | |
| ('ctypes.os', None), | |
| ('ctypes.struct', None), | |
| ('ctypes.sys', None), | |
| ('curses', <module 'curses' from '/usr/lib/python2.7/curses/__init__.pyc'>), | |
| ('curses._curses', None), | |
| ('curses.curses', None), | |
| ('curses.os', None), | |
| ('curses.sys', None), | |
| ('curses.wrapper', | |
| <module 'curses.wrapper' from '/usr/lib/python2.7/curses/wrapper.pyc'>), | |
| ('datetime', | |
| <module 'datetime' from '/usr/lib/python2.7/lib-dynload/datetime.so'>), | |
| ('difflib', <module 'difflib' from '/usr/lib/python2.7/difflib.pyc'>), | |
| ('dis', <module 'dis' from '/usr/lib/python2.7/dis.pyc'>), | |
| ('doctest', <module 'doctest' from '/usr/lib/python2.7/doctest.pyc'>), | |
| ('encodings', | |
| <module 'encodings' from '/usr/lib/python2.7/encodings/__init__.pyc'>), | |
| ('encodings.__builtin__', None), | |
| ('encodings.aliases', | |
| <module 'encodings.aliases' from '/usr/lib/python2.7/encodings/aliases.pyc'>), | |
| ('encodings.ascii', | |
| <module 'encodings.ascii' from '/usr/lib/python2.7/encodings/ascii.pyc'>), | |
| ('encodings.codecs', None), | |
| ('encodings.encodings', None), | |
| ('encodings.utf_8', | |
| <module 'encodings.utf_8' from '/usr/lib/python2.7/encodings/utf_8.pyc'>), | |
| ('errno', <module 'errno' (built-in)>), | |
| ('exceptions', <module 'exceptions' (built-in)>), | |
| ('fcntl', <module 'fcntl' from '/usr/lib/python2.7/lib-dynload/fcntl.so'>), | |
| ('fnmatch', <module 'fnmatch' from '/usr/lib/python2.7/fnmatch.pyc'>), | |
| ('functools', <module 'functools' from '/usr/lib/python2.7/functools.pyc'>), | |
| ('gc', <module 'gc' (built-in)>), | |
| ('genericpath', | |
| <module 'genericpath' from '/usr/lib/python2.7/genericpath.pyc'>), | |
| ('getopt', <module 'getopt' from '/usr/lib/python2.7/getopt.pyc'>), | |
| ('getpass', <module 'getpass' from '/usr/lib/python2.7/getpass.pyc'>), | |
| ('gettext', <module 'gettext' from '/usr/lib/python2.7/gettext.pyc'>), | |
| ('glob', <module 'glob' from '/usr/lib/python2.7/glob.pyc'>), | |
| ('grp', <module 'grp' from '/usr/lib/python2.7/lib-dynload/grp.so'>), | |
| ('gzip', <module 'gzip' from '/usr/lib/python2.7/gzip.pyc'>), | |
| ('hashlib', <module 'hashlib' from '/usr/lib/python2.7/hashlib.pyc'>), | |
| ('heapq', <module 'heapq' from '/usr/lib/python2.7/heapq.pyc'>), | |
| ('httplib', <module 'httplib' from '/usr/lib/python2.7/httplib.pyc'>), | |
| ('imp', <module 'imp' (built-in)>), | |
| ('inspect', <module 'inspect' from '/usr/lib/python2.7/inspect.pyc'>), | |
| ('io', <module 'io' from '/usr/lib/python2.7/io.pyc'>), | |
| ('itertools', | |
| <module 'itertools' from '/usr/lib/python2.7/lib-dynload/itertools.so'>), | |
| ('keyword', <module 'keyword' from '/usr/lib/python2.7/keyword.pyc'>), | |
| ('linecache', <module 'linecache' from '/usr/lib/python2.7/linecache.pyc'>), | |
| ('locale', <module 'locale' from '/usr/lib/python2.7/locale.pyc'>), | |
| ('logging', | |
| <module 'logging' from '/usr/lib/python2.7/logging/__init__.pyc'>), | |
| ('logging.atexit', None), | |
| ('logging.cStringIO', None), | |
| ('logging.codecs', None), | |
| ('logging.os', None), | |
| ('logging.sys', None), | |
| ('logging.thread', None), | |
| ('logging.threading', None), | |
| ('logging.time', None), | |
| ('logging.traceback', None), | |
| ('logging.warnings', None), | |
| ('logging.weakref', None), | |
| ('marshal', <module 'marshal' (built-in)>), | |
| ('math', <module 'math' from '/usr/lib/python2.7/lib-dynload/math.so'>), | |
| ('mimetools', <module 'mimetools' from '/usr/lib/python2.7/mimetools.pyc'>), | |
| ('opcode', <module 'opcode' from '/usr/lib/python2.7/opcode.pyc'>), | |
| ('operator', | |
| <module 'operator' from '/usr/lib/python2.7/lib-dynload/operator.so'>), | |
| ('optparse', <module 'optparse' from '/usr/lib/python2.7/optparse.pyc'>), | |
| ('os', <module 'os' from '/usr/lib/python2.7/os.pyc'>), | |
| ('os.path', <module 'posixpath' from '/usr/lib/python2.7/posixpath.pyc'>), | |
| ('pdb', <module 'pdb' from '/usr/lib/python2.7/pdb.pyc'>), | |
| ('pickle', <module 'pickle' from '/usr/lib/python2.7/pickle.pyc'>), | |
| ('pkgutil', <module 'pkgutil' from '/usr/lib/python2.7/pkgutil.pyc'>), | |
| ('platform', <module 'platform' from '/usr/lib/python2.7/platform.pyc'>), | |
| ('posix', <module 'posix' (built-in)>), | |
| ('posixpath', <module 'posixpath' from '/usr/lib/python2.7/posixpath.pyc'>), | |
| ('pprint', <module 'pprint' from '/usr/lib/python2.7/pprint.pyc'>), | |
| ('pstats', <module 'pstats' from '/usr/lib/python2.7/pstats.pyc'>), | |
| ('pty', <module 'pty' from '/usr/lib/python2.7/pty.pyc'>), | |
| ('pwd', <module 'pwd' (built-in)>), | |
| ('pydoc', <module 'pydoc' from '/usr/lib/python2.7/pydoc.pyc'>), | |
| ('pyexpat', | |
| <module 'pyexpat' from '/usr/lib/python2.7/lib-dynload/pyexpat.so'>), | |
| ('pyexpat.errors', <module 'pyexpat.errors' (built-in)>), | |
| ('pyexpat.model', <module 'pyexpat.model' (built-in)>), | |
| ('random', <module 'random' from '/usr/lib/python2.7/random.pyc'>), | |
| ('re', <module 're' from '/usr/lib/python2.7/re.pyc'>), | |
| ('readline', | |
| <module 'IPython.utils.rlineimpl' from '/usr/lib/python2.7/site-packages/IPython/utils/rlineimpl.pyc'>), | |
| ('repr', <module 'repr' from '/usr/lib/python2.7/repr.pyc'>), | |
| ('resource', | |
| <module 'resource' from '/usr/lib/python2.7/lib-dynload/resource.so'>), | |
| ('rfc822', <module 'rfc822' from '/usr/lib/python2.7/rfc822.pyc'>), | |
| ('select', <module 'select' from '/usr/lib/python2.7/lib-dynload/select.so'>), | |
| ('shlex', <module 'shlex' from '/usr/lib/python2.7/shlex.pyc'>), | |
| ('shutil', <module 'shutil' from '/usr/lib/python2.7/shutil.pyc'>), | |
| ('signal', <module 'signal' (built-in)>), | |
| ('site', <module 'site' from '/usr/lib/python2.7/site.pyc'>), | |
| ('socket', <module 'socket' from '/usr/lib/python2.7/socket.pyc'>), | |
| ('sqlite3', | |
| <module 'sqlite3' from '/usr/lib/python2.7/sqlite3/__init__.pyc'>), | |
| ('sqlite3._sqlite3', None), | |
| ('sqlite3.datetime', None), | |
| ('sqlite3.dbapi2', | |
| <module 'sqlite3.dbapi2' from '/usr/lib/python2.7/sqlite3/dbapi2.pyc'>), | |
| ('sqlite3.time', None), | |
| ('sre_compile', | |
| <module 'sre_compile' from '/usr/lib/python2.7/sre_compile.pyc'>), | |
| ('sre_constants', | |
| <module 'sre_constants' from '/usr/lib/python2.7/sre_constants.pyc'>), | |
| ('sre_parse', <module 'sre_parse' from '/usr/lib/python2.7/sre_parse.pyc'>), | |
| ('ssl', <module 'ssl' from '/usr/lib/python2.7/ssl.pyc'>), | |
| ('stat', <module 'stat' from '/usr/lib/python2.7/stat.pyc'>), | |
| ('storemagic', | |
| <module 'storemagic' from '/usr/lib/python2.7/site-packages/IPython/extensions/storemagic.pyc'>), | |
| ('string', <module 'string' from '/usr/lib/python2.7/string.pyc'>), | |
| ('strop', <module 'strop' from '/usr/lib/python2.7/lib-dynload/strop.so'>), | |
| ('struct', <module 'struct' from '/usr/lib/python2.7/struct.pyc'>), | |
| ('subprocess', | |
| <module 'subprocess' from '/usr/lib/python2.7/subprocess.pyc'>), | |
| ('sys', <module 'sys' (built-in)>), | |
| ('sysconfig', <module 'sysconfig' from '/usr/lib/python2.7/sysconfig.pyc'>), | |
| ('tempfile', <module 'tempfile' from '/usr/lib/python2.7/tempfile.pyc'>), | |
| ('termios', | |
| <module 'termios' from '/usr/lib/python2.7/lib-dynload/termios.so'>), | |
| ('textwrap', <module 'textwrap' from '/usr/lib/python2.7/textwrap.pyc'>), | |
| ('thread', <module 'thread' (built-in)>), | |
| ('threading', <module 'threading' from '/usr/lib/python2.7/threading.pyc'>), | |
| ('time', <module 'time' from '/usr/lib/python2.7/lib-dynload/time.so'>), | |
| ('token', <module 'token' from '/usr/lib/python2.7/token.pyc'>), | |
| ('tokenize', <module 'tokenize' from '/usr/lib/python2.7/tokenize.pyc'>), | |
| ('traceback', <module 'traceback' from '/usr/lib/python2.7/traceback.pyc'>), | |
| ('tty', <module 'tty' from '/usr/lib/python2.7/tty.pyc'>), | |
| ('types', <module 'types' from '/usr/lib/python2.7/types.pyc'>), | |
| ('unittest', | |
| <module 'unittest' from '/usr/lib/python2.7/unittest/__init__.pyc'>), | |
| ('unittest.StringIO', None), | |
| ('unittest.case', | |
| <module 'unittest.case' from '/usr/lib/python2.7/unittest/case.pyc'>), | |
| ('unittest.collections', None), | |
| ('unittest.difflib', None), | |
| ('unittest.fnmatch', None), | |
| ('unittest.functools', None), | |
| ('unittest.loader', | |
| <module 'unittest.loader' from '/usr/lib/python2.7/unittest/loader.pyc'>), | |
| ('unittest.main', | |
| <module 'unittest.main' from '/usr/lib/python2.7/unittest/main.pyc'>), | |
| ('unittest.os', None), | |
| ('unittest.pprint', None), | |
| ('unittest.re', None), | |
| ('unittest.result', | |
| <module 'unittest.result' from '/usr/lib/python2.7/unittest/result.pyc'>), | |
| ('unittest.runner', | |
| <module 'unittest.runner' from '/usr/lib/python2.7/unittest/runner.pyc'>), | |
| ('unittest.signal', None), | |
| ('unittest.signals', | |
| <module 'unittest.signals' from '/usr/lib/python2.7/unittest/signals.pyc'>), | |
| ('unittest.suite', | |
| <module 'unittest.suite' from '/usr/lib/python2.7/unittest/suite.pyc'>), | |
| ('unittest.sys', None), | |
| ('unittest.time', None), | |
| ('unittest.traceback', None), | |
| ('unittest.types', None), | |
| ('unittest.util', | |
| <module 'unittest.util' from '/usr/lib/python2.7/unittest/util.pyc'>), | |
| ('unittest.warnings', None), | |
| ('unittest.weakref', None), | |
| ('urlparse', <module 'urlparse' from '/usr/lib/python2.7/urlparse.pyc'>), | |
| ('warnings', <module 'warnings' from '/usr/lib/python2.7/warnings.pyc'>), | |
| ('weakref', <module 'weakref' from '/usr/lib/python2.7/weakref.pyc'>), | |
| ('xml', <module 'xml' from '/usr/lib/python2.7/xml/__init__.pyc'>), | |
| ('xml.parsers', | |
| <module 'xml.parsers' from '/usr/lib/python2.7/xml/parsers/__init__.pyc'>), | |
| ('xml.parsers.expat', | |
| <module 'xml.parsers.expat' from '/usr/lib/python2.7/xml/parsers/expat.pyc'>), | |
| ('xml.parsers.pyexpat', None), | |
| ('xmlrpclib', <module 'xmlrpclib' from '/usr/lib/python2.7/xmlrpclib.pyc'>), | |
| ('zipimport', <module 'zipimport' (built-in)>), | |
| ('zlib', <module 'zlib' from '/usr/lib/python2.7/lib-dynload/zlib.so'>)] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment