Skip to content

Instantly share code, notes, and snippets.

@JasperVanDenBosch
Created April 9, 2014 18:47
Show Gist options
  • Save JasperVanDenBosch/10302181 to your computer and use it in GitHub Desktop.
Save JasperVanDenBosch/10302181 to your computer and use it in GitHub Desktop.
output_of_python-v.txt
# installing zipimport hook
import zipimport # builtin
# installed zipimport hook
# /usr/lib/python2.7/site.pyc matches /usr/lib/python2.7/site.py
import site # precompiled from /usr/lib/python2.7/site.pyc
# /usr/lib/python2.7/os.pyc matches /usr/lib/python2.7/os.py
import os # precompiled from /usr/lib/python2.7/os.pyc
import errno # builtin
import posix # builtin
# /usr/lib/python2.7/posixpath.pyc matches /usr/lib/python2.7/posixpath.py
import posixpath # precompiled from /usr/lib/python2.7/posixpath.pyc
# /usr/lib/python2.7/stat.pyc matches /usr/lib/python2.7/stat.py
import stat # precompiled from /usr/lib/python2.7/stat.pyc
# /usr/lib/python2.7/genericpath.pyc matches /usr/lib/python2.7/genericpath.py
import genericpath # precompiled from /usr/lib/python2.7/genericpath.pyc
# /usr/lib/python2.7/warnings.pyc matches /usr/lib/python2.7/warnings.py
import warnings # precompiled from /usr/lib/python2.7/warnings.pyc
# /usr/lib/python2.7/linecache.pyc matches /usr/lib/python2.7/linecache.py
import linecache # precompiled from /usr/lib/python2.7/linecache.pyc
# /usr/lib/python2.7/types.pyc matches /usr/lib/python2.7/types.py
import types # precompiled from /usr/lib/python2.7/types.pyc
# /usr/lib/python2.7/UserDict.pyc matches /usr/lib/python2.7/UserDict.py
import UserDict # precompiled from /usr/lib/python2.7/UserDict.pyc
# /usr/lib/python2.7/_abcoll.pyc matches /usr/lib/python2.7/_abcoll.py
import _abcoll # precompiled from /usr/lib/python2.7/_abcoll.pyc
# /usr/lib/python2.7/abc.pyc matches /usr/lib/python2.7/abc.py
import abc # precompiled from /usr/lib/python2.7/abc.pyc
# /usr/lib/python2.7/_weakrefset.pyc matches /usr/lib/python2.7/_weakrefset.py
import _weakrefset # precompiled from /usr/lib/python2.7/_weakrefset.pyc
import _weakref # builtin
# /usr/lib/python2.7/copy_reg.pyc matches /usr/lib/python2.7/copy_reg.py
import copy_reg # precompiled from /usr/lib/python2.7/copy_reg.pyc
# /usr/lib/python2.7/traceback.pyc matches /usr/lib/python2.7/traceback.py
import traceback # precompiled from /usr/lib/python2.7/traceback.pyc
# /usr/lib/python2.7/sysconfig.pyc matches /usr/lib/python2.7/sysconfig.py
import sysconfig # precompiled from /usr/lib/python2.7/sysconfig.pyc
# /usr/lib/python2.7/re.pyc matches /usr/lib/python2.7/re.py
import re # precompiled from /usr/lib/python2.7/re.pyc
# /usr/lib/python2.7/sre_compile.pyc matches /usr/lib/python2.7/sre_compile.py
import sre_compile # precompiled from /usr/lib/python2.7/sre_compile.pyc
import _sre # builtin
# /usr/lib/python2.7/sre_parse.pyc matches /usr/lib/python2.7/sre_parse.py
import sre_parse # precompiled from /usr/lib/python2.7/sre_parse.pyc
# /usr/lib/python2.7/sre_constants.pyc matches /usr/lib/python2.7/sre_constants.py
import sre_constants # precompiled from /usr/lib/python2.7/sre_constants.pyc
# /usr/lib/python2.7/sitecustomize.pyc matches /usr/lib/python2.7/sitecustomize.py
import sitecustomize # precompiled from /usr/lib/python2.7/sitecustomize.pyc
# /usr/lib/python2.7/dist-packages/apport_python_hook.pyc matches /usr/lib/python2.7/dist-packages/apport_python_hook.py
import apport_python_hook # precompiled from /usr/lib/python2.7/dist-packages/apport_python_hook.pyc
import encodings # directory /usr/lib/python2.7/encodings
# /usr/lib/python2.7/encodings/__init__.pyc matches /usr/lib/python2.7/encodings/__init__.py
import encodings # precompiled from /usr/lib/python2.7/encodings/__init__.pyc
# /usr/lib/python2.7/codecs.pyc matches /usr/lib/python2.7/codecs.py
import codecs # precompiled from /usr/lib/python2.7/codecs.pyc
import _codecs # builtin
# /usr/lib/python2.7/encodings/aliases.pyc matches /usr/lib/python2.7/encodings/aliases.py
import encodings.aliases # precompiled from /usr/lib/python2.7/encodings/aliases.pyc
# /usr/lib/python2.7/encodings/utf_8.pyc matches /usr/lib/python2.7/encodings/utf_8.py
import encodings.utf_8 # precompiled from /usr/lib/python2.7/encodings/utf_8.pyc
Python 2.7.3 (default, Feb 27 2014, 19:58:35)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import matplotlib # directory /usr/local/lib/python2.7/dist-packages/matplotlib
# /usr/local/lib/python2.7/dist-packages/matplotlib/__init__.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/__init__.py
import matplotlib # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/__init__.pyc
# /usr/lib/python2.7/__future__.pyc matches /usr/lib/python2.7/__future__.py
import __future__ # precompiled from /usr/lib/python2.7/__future__.pyc
import distutils # directory /usr/lib/python2.7/distutils
# /usr/lib/python2.7/distutils/__init__.pyc matches /usr/lib/python2.7/distutils/__init__.py
import distutils # precompiled from /usr/lib/python2.7/distutils/__init__.pyc
# /usr/lib/python2.7/distutils/version.pyc matches /usr/lib/python2.7/distutils/version.py
import distutils.version # precompiled from /usr/lib/python2.7/distutils/version.pyc
# /usr/lib/python2.7/string.pyc matches /usr/lib/python2.7/string.py
import string # precompiled from /usr/lib/python2.7/string.pyc
import strop # builtin
import dateutil # directory /usr/local/lib/python2.7/dist-packages/dateutil
# /usr/local/lib/python2.7/dist-packages/dateutil/__init__.pyc matches /usr/local/lib/python2.7/dist-packages/dateutil/__init__.py
import dateutil # precompiled from /usr/local/lib/python2.7/dist-packages/dateutil/__init__.pyc
# /usr/local/lib/python2.7/dist-packages/pyparsing.pyc matches /usr/local/lib/python2.7/dist-packages/pyparsing.py
import pyparsing # precompiled from /usr/local/lib/python2.7/dist-packages/pyparsing.pyc
# /usr/lib/python2.7/weakref.pyc matches /usr/lib/python2.7/weakref.py
import weakref # precompiled from /usr/lib/python2.7/weakref.pyc
# /usr/lib/python2.7/copy.pyc matches /usr/lib/python2.7/copy.py
import copy # precompiled from /usr/lib/python2.7/copy.pyc
# /usr/lib/python2.7/collections.pyc matches /usr/lib/python2.7/collections.py
import collections # precompiled from /usr/lib/python2.7/collections.pyc
import _collections # builtin
import operator # builtin
# /usr/lib/python2.7/keyword.pyc matches /usr/lib/python2.7/keyword.py
import keyword # precompiled from /usr/lib/python2.7/keyword.pyc
# /usr/lib/python2.7/heapq.pyc matches /usr/lib/python2.7/heapq.py
import heapq # precompiled from /usr/lib/python2.7/heapq.pyc
import itertools # builtin
# /usr/lib/python2.7/bisect.pyc matches /usr/lib/python2.7/bisect.py
import bisect # precompiled from /usr/lib/python2.7/bisect.pyc
import _bisect # builtin
dlopen("/usr/lib/python2.7/lib-dynload/_heapq.so", 2);
import _heapq # dynamically loaded from /usr/lib/python2.7/lib-dynload/_heapq.so
import thread # builtin
# /usr/lib/python2.7/shutil.pyc matches /usr/lib/python2.7/shutil.py
import shutil # precompiled from /usr/lib/python2.7/shutil.pyc
# /usr/lib/python2.7/fnmatch.pyc matches /usr/lib/python2.7/fnmatch.py
import fnmatch # precompiled from /usr/lib/python2.7/fnmatch.pyc
import pwd # builtin
import grp # builtin
# /usr/lib/python2.7/distutils/sysconfig.pyc matches /usr/lib/python2.7/distutils/sysconfig.py
import distutils.sysconfig # precompiled from /usr/lib/python2.7/distutils/sysconfig.pyc
# /usr/lib/python2.7/distutils/errors.pyc matches /usr/lib/python2.7/distutils/errors.py
import distutils.errors # precompiled from /usr/lib/python2.7/distutils/errors.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/cbook.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/cbook.py
import matplotlib.cbook # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/cbook.pyc
dlopen("/usr/lib/python2.7/lib-dynload/datetime.so", 2);
import datetime # dynamically loaded from /usr/lib/python2.7/lib-dynload/datetime.so
# /usr/lib/python2.7/functools.pyc matches /usr/lib/python2.7/functools.py
import functools # precompiled from /usr/lib/python2.7/functools.pyc
import _functools # builtin
# /usr/lib/python2.7/glob.pyc matches /usr/lib/python2.7/glob.py
import glob # precompiled from /usr/lib/python2.7/glob.pyc
# /usr/lib/python2.7/gzip.pyc matches /usr/lib/python2.7/gzip.py
import gzip # precompiled from /usr/lib/python2.7/gzip.pyc
# /usr/lib/python2.7/struct.pyc matches /usr/lib/python2.7/struct.py
import struct # precompiled from /usr/lib/python2.7/struct.pyc
import _struct # builtin
import time # builtin
import zlib # builtin
# /usr/lib/python2.7/io.pyc matches /usr/lib/python2.7/io.py
import io # precompiled from /usr/lib/python2.7/io.pyc
dlopen("/usr/lib/python2.7/lib-dynload/_io.so", 2);
import _io # dynamically loaded from /usr/lib/python2.7/lib-dynload/_io.so
# /usr/lib/python2.7/locale.pyc matches /usr/lib/python2.7/locale.py
import locale # precompiled from /usr/lib/python2.7/locale.pyc
import _locale # builtin
# /usr/lib/python2.7/threading.pyc matches /usr/lib/python2.7/threading.py
import threading # precompiled from /usr/lib/python2.7/threading.pyc
import numpy # directory /usr/local/lib/python2.7/dist-packages/numpy
# /usr/local/lib/python2.7/dist-packages/numpy/__init__.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/__init__.py
import numpy # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/__init__.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/__config__.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/__config__.py
import numpy.__config__ # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/__config__.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/version.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/version.py
import numpy.version # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/version.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/_import_tools.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/_import_tools.py
import numpy._import_tools # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/_import_tools.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/add_newdocs.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/add_newdocs.py
import numpy.add_newdocs # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/add_newdocs.pyc
import numpy.lib # directory /usr/local/lib/python2.7/dist-packages/numpy/lib
# /usr/local/lib/python2.7/dist-packages/numpy/lib/__init__.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/lib/__init__.py
import numpy.lib # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/lib/__init__.pyc
import math # builtin
# /usr/local/lib/python2.7/dist-packages/numpy/lib/info.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/lib/info.py
import numpy.lib.info # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/lib/info.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/lib/type_check.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/lib/type_check.py
import numpy.lib.type_check # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/lib/type_check.pyc
import numpy.core # directory /usr/local/lib/python2.7/dist-packages/numpy/core
# /usr/local/lib/python2.7/dist-packages/numpy/core/__init__.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/core/__init__.py
import numpy.core # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/core/__init__.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/core/info.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/core/info.py
import numpy.core.info # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/core/info.pyc
dlopen("/usr/local/lib/python2.7/dist-packages/numpy/core/multiarray.so", 2);
import numpy.core.multiarray # dynamically loaded from /usr/local/lib/python2.7/dist-packages/numpy/core/multiarray.so
dlopen("/usr/local/lib/python2.7/dist-packages/numpy/core/umath.so", 2);
import numpy.core.umath # dynamically loaded from /usr/local/lib/python2.7/dist-packages/numpy/core/umath.so
# /usr/local/lib/python2.7/dist-packages/numpy/core/_internal.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/core/_internal.py
import numpy.core._internal # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/core/_internal.pyc
import numpy.compat # directory /usr/local/lib/python2.7/dist-packages/numpy/compat
# /usr/local/lib/python2.7/dist-packages/numpy/compat/__init__.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/compat/__init__.py
import numpy.compat # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/compat/__init__.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/compat/_inspect.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/compat/_inspect.py
import numpy.compat._inspect # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/compat/_inspect.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/compat/py3k.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/compat/py3k.py
import numpy.compat.py3k # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/compat/py3k.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/core/numerictypes.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/core/numerictypes.py
import numpy.core.numerictypes # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/core/numerictypes.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/core/numeric.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/core/numeric.py
import numpy.core.numeric # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/core/numeric.pyc
import cPickle # builtin
import cStringIO # builtin
# /usr/local/lib/python2.7/dist-packages/numpy/core/arrayprint.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/core/arrayprint.py
import numpy.core.arrayprint # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/core/arrayprint.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/core/fromnumeric.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/core/fromnumeric.py
import numpy.core.fromnumeric # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/core/fromnumeric.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/core/_methods.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/core/_methods.py
import numpy.core._methods # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/core/_methods.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/core/defchararray.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/core/defchararray.py
import numpy.core.defchararray # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/core/defchararray.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/core/records.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/core/records.py
import numpy.core.records # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/core/records.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/core/memmap.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/core/memmap.py
import numpy.core.memmap # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/core/memmap.pyc
dlopen("/usr/local/lib/python2.7/dist-packages/numpy/core/scalarmath.so", 2);
import numpy.core.scalarmath # dynamically loaded from /usr/local/lib/python2.7/dist-packages/numpy/core/scalarmath.so
# /usr/local/lib/python2.7/dist-packages/numpy/core/function_base.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/core/function_base.py
import numpy.core.function_base # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/core/function_base.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/core/machar.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/core/machar.py
import numpy.core.machar # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/core/machar.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/core/getlimits.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/core/getlimits.py
import numpy.core.getlimits # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/core/getlimits.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/core/shape_base.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/core/shape_base.py
import numpy.core.shape_base # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/core/shape_base.pyc
import numpy.testing # directory /usr/local/lib/python2.7/dist-packages/numpy/testing
# /usr/local/lib/python2.7/dist-packages/numpy/testing/__init__.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/testing/__init__.py
import numpy.testing # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/testing/__init__.pyc
import unittest # directory /usr/lib/python2.7/unittest
# /usr/lib/python2.7/unittest/__init__.pyc matches /usr/lib/python2.7/unittest/__init__.py
import unittest # precompiled from /usr/lib/python2.7/unittest/__init__.pyc
# /usr/lib/python2.7/unittest/result.pyc matches /usr/lib/python2.7/unittest/result.py
import unittest.result # precompiled from /usr/lib/python2.7/unittest/result.pyc
# /usr/lib/python2.7/StringIO.pyc matches /usr/lib/python2.7/StringIO.py
import StringIO # precompiled from /usr/lib/python2.7/StringIO.pyc
# /usr/lib/python2.7/unittest/util.pyc matches /usr/lib/python2.7/unittest/util.py
import unittest.util # precompiled from /usr/lib/python2.7/unittest/util.pyc
# /usr/lib/python2.7/unittest/case.pyc matches /usr/lib/python2.7/unittest/case.py
import unittest.case # precompiled from /usr/lib/python2.7/unittest/case.pyc
# /usr/lib/python2.7/difflib.pyc matches /usr/lib/python2.7/difflib.py
import difflib # precompiled from /usr/lib/python2.7/difflib.pyc
# /usr/lib/python2.7/pprint.pyc matches /usr/lib/python2.7/pprint.py
import pprint # precompiled from /usr/lib/python2.7/pprint.pyc
# /usr/lib/python2.7/unittest/suite.pyc matches /usr/lib/python2.7/unittest/suite.py
import unittest.suite # precompiled from /usr/lib/python2.7/unittest/suite.pyc
# /usr/lib/python2.7/unittest/loader.pyc matches /usr/lib/python2.7/unittest/loader.py
import unittest.loader # precompiled from /usr/lib/python2.7/unittest/loader.pyc
# /usr/lib/python2.7/unittest/main.pyc matches /usr/lib/python2.7/unittest/main.py
import unittest.main # precompiled from /usr/lib/python2.7/unittest/main.pyc
# /usr/lib/python2.7/unittest/runner.pyc matches /usr/lib/python2.7/unittest/runner.py
import unittest.runner # precompiled from /usr/lib/python2.7/unittest/runner.pyc
# /usr/lib/python2.7/unittest/signals.pyc matches /usr/lib/python2.7/unittest/signals.py
import unittest.signals # precompiled from /usr/lib/python2.7/unittest/signals.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/testing/decorators.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/testing/decorators.py
import numpy.testing.decorators # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/testing/decorators.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/testing/utils.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/testing/utils.py
import numpy.testing.utils # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/testing/utils.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/testing/nosetester.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/testing/nosetester.py
import numpy.testing.nosetester # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/testing/nosetester.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/testing/numpytest.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/testing/numpytest.py
import numpy.testing.numpytest # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/testing/numpytest.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/lib/ufunclike.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/lib/ufunclike.py
import numpy.lib.ufunclike # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/lib/ufunclike.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/lib/index_tricks.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/lib/index_tricks.py
import numpy.lib.index_tricks # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/lib/index_tricks.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/lib/function_base.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/lib/function_base.py
import numpy.lib.function_base # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/lib/function_base.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/lib/twodim_base.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/lib/twodim_base.py
import numpy.lib.twodim_base # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/lib/twodim_base.pyc
dlopen("/usr/local/lib/python2.7/dist-packages/numpy/lib/_compiled_base.so", 2);
import numpy.lib._compiled_base # dynamically loaded from /usr/local/lib/python2.7/dist-packages/numpy/lib/_compiled_base.so
# /usr/local/lib/python2.7/dist-packages/numpy/lib/utils.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/lib/utils.py
import numpy.lib.utils # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/lib/utils.pyc
import numpy.matrixlib # directory /usr/local/lib/python2.7/dist-packages/numpy/matrixlib
# /usr/local/lib/python2.7/dist-packages/numpy/matrixlib/__init__.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/matrixlib/__init__.py
import numpy.matrixlib # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/matrixlib/__init__.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.py
import numpy.matrixlib.defmatrix # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/matrixlib/defmatrix.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/lib/stride_tricks.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/lib/stride_tricks.py
import numpy.lib.stride_tricks # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/lib/stride_tricks.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/lib/nanfunctions.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/lib/nanfunctions.py
import numpy.lib.nanfunctions # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/lib/nanfunctions.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/lib/shape_base.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/lib/shape_base.py
import numpy.lib.shape_base # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/lib/shape_base.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/lib/scimath.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/lib/scimath.py
import numpy.lib.scimath # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/lib/scimath.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/lib/polynomial.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/lib/polynomial.py
import numpy.lib.polynomial # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/lib/polynomial.pyc
import numpy.linalg # directory /usr/local/lib/python2.7/dist-packages/numpy/linalg
# /usr/local/lib/python2.7/dist-packages/numpy/linalg/__init__.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/linalg/__init__.py
import numpy.linalg # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/linalg/__init__.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/linalg/info.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/linalg/info.py
import numpy.linalg.info # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/linalg/info.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/linalg/linalg.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/linalg/linalg.py
import numpy.linalg.linalg # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/linalg/linalg.pyc
dlopen("/usr/local/lib/python2.7/dist-packages/numpy/linalg/lapack_lite.so", 2);
import numpy.linalg.lapack_lite # dynamically loaded from /usr/local/lib/python2.7/dist-packages/numpy/linalg/lapack_lite.so
dlopen("/usr/local/lib/python2.7/dist-packages/numpy/linalg/_umath_linalg.so", 2);
import numpy.linalg._umath_linalg # dynamically loaded from /usr/local/lib/python2.7/dist-packages/numpy/linalg/_umath_linalg.so
# /usr/local/lib/python2.7/dist-packages/numpy/lib/arraysetops.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/lib/arraysetops.py
import numpy.lib.arraysetops # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/lib/arraysetops.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/lib/npyio.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/lib/npyio.py
import numpy.lib.npyio # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/lib/npyio.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/lib/format.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/lib/format.py
import numpy.lib.format # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/lib/format.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/lib/_datasource.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/lib/_datasource.py
import numpy.lib._datasource # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/lib/_datasource.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/lib/_iotools.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/lib/_iotools.py
import numpy.lib._iotools # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/lib/_iotools.pyc
dlopen("/usr/lib/python2.7/lib-dynload/future_builtins.so", 2);
import future_builtins # dynamically loaded from /usr/lib/python2.7/lib-dynload/future_builtins.so
# /usr/local/lib/python2.7/dist-packages/numpy/lib/financial.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/lib/financial.py
import numpy.lib.financial # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/lib/financial.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/lib/arrayterator.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/lib/arrayterator.py
import numpy.lib.arrayterator # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/lib/arrayterator.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/lib/arraypad.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/lib/arraypad.py
import numpy.lib.arraypad # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/lib/arraypad.pyc
import numpy.fft # directory /usr/local/lib/python2.7/dist-packages/numpy/fft
# /usr/local/lib/python2.7/dist-packages/numpy/fft/__init__.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/fft/__init__.py
import numpy.fft # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/fft/__init__.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/fft/info.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/fft/info.py
import numpy.fft.info # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/fft/info.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/fft/fftpack.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/fft/fftpack.py
import numpy.fft.fftpack # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/fft/fftpack.pyc
dlopen("/usr/local/lib/python2.7/dist-packages/numpy/fft/fftpack_lite.so", 2);
import numpy.fft.fftpack_lite # dynamically loaded from /usr/local/lib/python2.7/dist-packages/numpy/fft/fftpack_lite.so
# /usr/local/lib/python2.7/dist-packages/numpy/fft/helper.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/fft/helper.py
import numpy.fft.helper # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/fft/helper.pyc
import numpy.polynomial # directory /usr/local/lib/python2.7/dist-packages/numpy/polynomial
# /usr/local/lib/python2.7/dist-packages/numpy/polynomial/__init__.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/polynomial/__init__.py
import numpy.polynomial # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/polynomial/__init__.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/polynomial/polynomial.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/polynomial/polynomial.py
import numpy.polynomial.polynomial # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/polynomial/polynomial.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/polynomial/polyutils.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/polynomial/polyutils.py
import numpy.polynomial.polyutils # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/polynomial/polyutils.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/polynomial/polytemplate.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/polynomial/polytemplate.py
import numpy.polynomial.polytemplate # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/polynomial/polytemplate.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/polynomial/chebyshev.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/polynomial/chebyshev.py
import numpy.polynomial.chebyshev # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/polynomial/chebyshev.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/polynomial/legendre.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/polynomial/legendre.py
import numpy.polynomial.legendre # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/polynomial/legendre.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/polynomial/hermite.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/polynomial/hermite.py
import numpy.polynomial.hermite # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/polynomial/hermite.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/polynomial/hermite_e.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/polynomial/hermite_e.py
import numpy.polynomial.hermite_e # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/polynomial/hermite_e.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/polynomial/laguerre.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/polynomial/laguerre.py
import numpy.polynomial.laguerre # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/polynomial/laguerre.pyc
import numpy.random # directory /usr/local/lib/python2.7/dist-packages/numpy/random
# /usr/local/lib/python2.7/dist-packages/numpy/random/__init__.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/random/__init__.py
import numpy.random # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/random/__init__.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/random/info.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/random/info.py
import numpy.random.info # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/random/info.pyc
dlopen("/usr/local/lib/python2.7/dist-packages/numpy/random/mtrand.so", 2);
import numpy.random.mtrand # dynamically loaded from /usr/local/lib/python2.7/dist-packages/numpy/random/mtrand.so
# /usr/local/lib/python2.7/dist-packages/numpy/ctypeslib.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/ctypeslib.py
import numpy.ctypeslib # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/ctypeslib.pyc
import ctypes # directory /usr/lib/python2.7/ctypes
# /usr/lib/python2.7/ctypes/__init__.pyc matches /usr/lib/python2.7/ctypes/__init__.py
import ctypes # precompiled from /usr/lib/python2.7/ctypes/__init__.pyc
dlopen("/usr/lib/python2.7/lib-dynload/_ctypes.so", 2);
import _ctypes # dynamically loaded from /usr/lib/python2.7/lib-dynload/_ctypes.so
# /usr/lib/python2.7/ctypes/_endian.pyc matches /usr/lib/python2.7/ctypes/_endian.py
import ctypes._endian # precompiled from /usr/lib/python2.7/ctypes/_endian.pyc
import numpy.ma # directory /usr/local/lib/python2.7/dist-packages/numpy/ma
# /usr/local/lib/python2.7/dist-packages/numpy/ma/__init__.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/ma/__init__.py
import numpy.ma # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/ma/__init__.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/ma/core.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/ma/core.py
import numpy.ma.core # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/ma/core.pyc
# /usr/local/lib/python2.7/dist-packages/numpy/ma/extras.pyc matches /usr/local/lib/python2.7/dist-packages/numpy/ma/extras.py
import numpy.ma.extras # precompiled from /usr/local/lib/python2.7/dist-packages/numpy/ma/extras.pyc
import matplotlib.compat # directory /usr/local/lib/python2.7/dist-packages/matplotlib/compat
# /usr/local/lib/python2.7/dist-packages/matplotlib/compat/__init__.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/compat/__init__.py
import matplotlib.compat # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/compat/__init__.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/compat/subprocess.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/compat/subprocess.py
import matplotlib.compat.subprocess # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/compat/subprocess.pyc
# /usr/lib/python2.7/subprocess.pyc matches /usr/lib/python2.7/subprocess.py
import subprocess # precompiled from /usr/lib/python2.7/subprocess.pyc
import gc # builtin
import select # builtin
import fcntl # builtin
# /usr/lib/python2.7/pickle.pyc matches /usr/lib/python2.7/pickle.py
import pickle # precompiled from /usr/lib/python2.7/pickle.pyc
import marshal # builtin
import binascii # builtin
# /usr/lib/python2.7/tempfile.pyc matches /usr/lib/python2.7/tempfile.py
import tempfile # precompiled from /usr/lib/python2.7/tempfile.pyc
# /usr/lib/python2.7/random.pyc matches /usr/lib/python2.7/random.py
import random # precompiled from /usr/lib/python2.7/random.pyc
# /usr/lib/python2.7/hashlib.pyc matches /usr/lib/python2.7/hashlib.py
import hashlib # precompiled from /usr/lib/python2.7/hashlib.pyc
import _hashlib # builtin
import _random # builtin
# /usr/local/lib/python2.7/dist-packages/matplotlib/rcsetup.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/rcsetup.py
import matplotlib.rcsetup # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/rcsetup.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/fontconfig_pattern.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/fontconfig_pattern.py
import matplotlib.fontconfig_pattern # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/fontconfig_pattern.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/colors.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/colors.py
import matplotlib.colors # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/colors.pyc
# /usr/lib/python2.7/textwrap.pyc matches /usr/lib/python2.7/textwrap.py
import textwrap # precompiled from /usr/lib/python2.7/textwrap.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/image.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/image.py
import matplotlib.image # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/image.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/artist.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/artist.py
import matplotlib.artist # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/artist.pyc
# /usr/lib/python2.7/inspect.pyc matches /usr/lib/python2.7/inspect.py
import inspect # precompiled from /usr/lib/python2.7/inspect.pyc
# /usr/lib/python2.7/dis.pyc matches /usr/lib/python2.7/dis.py
import dis # precompiled from /usr/lib/python2.7/dis.pyc
# /usr/lib/python2.7/opcode.pyc matches /usr/lib/python2.7/opcode.py
import opcode # precompiled from /usr/lib/python2.7/opcode.pyc
import imp # builtin
# /usr/lib/python2.7/tokenize.pyc matches /usr/lib/python2.7/tokenize.py
import tokenize # precompiled from /usr/lib/python2.7/tokenize.pyc
# /usr/lib/python2.7/token.pyc matches /usr/lib/python2.7/token.py
import token # precompiled from /usr/lib/python2.7/token.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/docstring.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/docstring.py
import matplotlib.docstring # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/docstring.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/transforms.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/transforms.py
import matplotlib.transforms # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/transforms.pyc
dlopen("/usr/local/lib/python2.7/dist-packages/matplotlib/_path.so", 2);
import matplotlib._path # dynamically loaded from /usr/local/lib/python2.7/dist-packages/matplotlib/_path.so
# /usr/local/lib/python2.7/dist-packages/matplotlib/path.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/path.py
import matplotlib.path # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/path.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/cm.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/cm.py
import matplotlib.cm # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/cm.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/_cm.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/_cm.py
import matplotlib._cm # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/_cm.pyc
dlopen("/usr/local/lib/python2.7/dist-packages/matplotlib/_image.so", 2);
import matplotlib._image # dynamically loaded from /usr/local/lib/python2.7/dist-packages/matplotlib/_image.so
dlopen("/usr/local/lib/python2.7/dist-packages/matplotlib/_png.so", 2);
import matplotlib._png # dynamically loaded from /usr/local/lib/python2.7/dist-packages/matplotlib/_png.so
# /usr/local/lib/python2.7/dist-packages/matplotlib/pyplot.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/pyplot.py
import matplotlib.pyplot # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/pyplot.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/colorbar.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/colorbar.py
import matplotlib.colorbar # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/colorbar.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/collections.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/collections.py
import matplotlib.collections # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/collections.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/backend_bases.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/backend_bases.py
import matplotlib.backend_bases # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/backend_bases.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/widgets.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/widgets.py
import matplotlib.widgets # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/widgets.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/mlab.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/mlab.py
import matplotlib.mlab # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/mlab.pyc
# /usr/lib/python2.7/csv.pyc matches /usr/lib/python2.7/csv.py
import csv # precompiled from /usr/lib/python2.7/csv.pyc
dlopen("/usr/lib/python2.7/lib-dynload/_csv.so", 2);
import _csv # dynamically loaded from /usr/lib/python2.7/lib-dynload/_csv.so
# /usr/local/lib/python2.7/dist-packages/matplotlib/patches.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/patches.py
import matplotlib.patches # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/patches.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/bezier.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/bezier.py
import matplotlib.bezier # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/bezier.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/lines.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/lines.py
import matplotlib.lines # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/lines.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/markers.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/markers.py
import matplotlib.markers # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/markers.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/_pylab_helpers.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/_pylab_helpers.py
import matplotlib._pylab_helpers # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/_pylab_helpers.pyc
# /usr/lib/python2.7/atexit.pyc matches /usr/lib/python2.7/atexit.py
import atexit # precompiled from /usr/lib/python2.7/atexit.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/tight_bbox.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/tight_bbox.py
import matplotlib.tight_bbox # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/tight_bbox.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/textpath.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/textpath.py
import matplotlib.textpath # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/textpath.pyc
# /usr/lib/python2.7/urllib.pyc matches /usr/lib/python2.7/urllib.py
import urllib # precompiled from /usr/lib/python2.7/urllib.pyc
# /usr/lib/python2.7/socket.pyc matches /usr/lib/python2.7/socket.py
import socket # precompiled from /usr/lib/python2.7/socket.pyc
import _socket # builtin
import _ssl # builtin
# /usr/lib/python2.7/base64.pyc matches /usr/lib/python2.7/base64.py
import base64 # precompiled from /usr/lib/python2.7/base64.pyc
# /usr/lib/python2.7/urlparse.pyc matches /usr/lib/python2.7/urlparse.py
import urlparse # precompiled from /usr/lib/python2.7/urlparse.pyc
# /usr/lib/python2.7/ssl.pyc matches /usr/lib/python2.7/ssl.py
import ssl # precompiled from /usr/lib/python2.7/ssl.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/font_manager.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/font_manager.py
import matplotlib.font_manager # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/font_manager.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/afm.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/afm.py
import matplotlib.afm # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/afm.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/_mathtext_data.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/_mathtext_data.py
import matplotlib._mathtext_data # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/_mathtext_data.pyc
dlopen("/usr/local/lib/python2.7/dist-packages/matplotlib/ft2font.so", 2);
import matplotlib.ft2font # dynamically loaded from /usr/local/lib/python2.7/dist-packages/matplotlib/ft2font.so
# /usr/local/lib/python2.7/dist-packages/matplotlib/mathtext.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/mathtext.py
import matplotlib.mathtext # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/mathtext.pyc
import unicodedata # builtin
# /usr/local/lib/python2.7/dist-packages/matplotlib/dviread.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/dviread.py
import matplotlib.dviread # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/dviread.pyc
import PIL # directory /usr/lib/python2.7/dist-packages/PIL
# /usr/lib/python2.7/dist-packages/PIL/__init__.pyc matches /usr/lib/python2.7/dist-packages/PIL/__init__.py
import PIL # precompiled from /usr/lib/python2.7/dist-packages/PIL/__init__.pyc
# /usr/lib/python2.7/dist-packages/PIL/Image.pyc matches /usr/lib/python2.7/dist-packages/PIL/Image.py
import PIL.Image # precompiled from /usr/lib/python2.7/dist-packages/PIL/Image.pyc
# /usr/lib/python2.7/lib-tk/FixTk.pyc matches /usr/lib/python2.7/lib-tk/FixTk.py
import FixTk # precompiled from /usr/lib/python2.7/lib-tk/FixTk.pyc
dlopen("/usr/lib/python2.7/dist-packages/PIL/_imaging.so", 2);
import PIL._imaging # dynamically loaded from /usr/lib/python2.7/dist-packages/PIL/_imaging.so
# /usr/lib/python2.7/dist-packages/PIL/ImageMode.pyc matches /usr/lib/python2.7/dist-packages/PIL/ImageMode.py
import PIL.ImageMode # precompiled from /usr/lib/python2.7/dist-packages/PIL/ImageMode.pyc
# /usr/lib/python2.7/dist-packages/PIL/ImagePalette.pyc matches /usr/lib/python2.7/dist-packages/PIL/ImagePalette.py
import PIL.ImagePalette # precompiled from /usr/lib/python2.7/dist-packages/PIL/ImagePalette.pyc
import array # builtin
# /usr/lib/python2.7/dist-packages/PIL/ImageColor.pyc matches /usr/lib/python2.7/dist-packages/PIL/ImageColor.py
import PIL.ImageColor # precompiled from /usr/lib/python2.7/dist-packages/PIL/ImageColor.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/contour.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/contour.py
import matplotlib.contour # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/contour.pyc
dlopen("/usr/local/lib/python2.7/dist-packages/matplotlib/_cntr.so", 2);
import matplotlib._cntr # dynamically loaded from /usr/local/lib/python2.7/dist-packages/matplotlib/_cntr.so
# /usr/local/lib/python2.7/dist-packages/matplotlib/ticker.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/ticker.py
import matplotlib.ticker # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/ticker.pyc
# /usr/lib/python2.7/decimal.pyc matches /usr/lib/python2.7/decimal.py
import decimal # precompiled from /usr/lib/python2.7/decimal.pyc
# /usr/lib/python2.7/numbers.pyc matches /usr/lib/python2.7/numbers.py
import numbers # precompiled from /usr/lib/python2.7/numbers.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/text.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/text.py
import matplotlib.text # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/text.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/texmanager.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/texmanager.py
import matplotlib.texmanager # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/texmanager.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/blocking_input.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/blocking_input.py
import matplotlib.blocking_input # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/blocking_input.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/gridspec.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/gridspec.py
import matplotlib.gridspec # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/gridspec.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/figure.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/figure.py
import matplotlib.figure # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/figure.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/axes.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/axes.py
import matplotlib.axes # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/axes.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/axis.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/axis.py
import matplotlib.axis # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/axis.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/scale.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/scale.py
import matplotlib.scale # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/scale.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/units.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/units.py
import matplotlib.units # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/units.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/dates.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/dates.py
import matplotlib.dates # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/dates.pyc
# /usr/local/lib/python2.7/dist-packages/dateutil/rrule.pyc matches /usr/local/lib/python2.7/dist-packages/dateutil/rrule.py
import dateutil.rrule # precompiled from /usr/local/lib/python2.7/dist-packages/dateutil/rrule.pyc
# /usr/lib/python2.7/calendar.pyc matches /usr/lib/python2.7/calendar.py
import calendar # precompiled from /usr/lib/python2.7/calendar.pyc
# /usr/local/lib/python2.7/dist-packages/six.pyc matches /usr/local/lib/python2.7/dist-packages/six.py
import six # precompiled from /usr/local/lib/python2.7/dist-packages/six.pyc
# /usr/local/lib/python2.7/dist-packages/dateutil/relativedelta.pyc matches /usr/local/lib/python2.7/dist-packages/dateutil/relativedelta.py
import dateutil.relativedelta # precompiled from /usr/local/lib/python2.7/dist-packages/dateutil/relativedelta.pyc
# /usr/local/lib/python2.7/dist-packages/dateutil/parser.pyc matches /usr/local/lib/python2.7/dist-packages/dateutil/parser.py
import dateutil.parser # precompiled from /usr/local/lib/python2.7/dist-packages/dateutil/parser.pyc
# /usr/local/lib/python2.7/dist-packages/dateutil/tz.pyc matches /usr/local/lib/python2.7/dist-packages/dateutil/tz.py
import dateutil.tz # precompiled from /usr/local/lib/python2.7/dist-packages/dateutil/tz.pyc
# /usr/local/lib/python2.7/dist-packages/dateutil/tzwin.pyc matches /usr/local/lib/python2.7/dist-packages/dateutil/tzwin.py
import dateutil.tzwin # precompiled from /usr/local/lib/python2.7/dist-packages/dateutil/tzwin.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/legend.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/legend.py
import matplotlib.legend # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/legend.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/offsetbox.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/offsetbox.py
import matplotlib.offsetbox # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/offsetbox.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/container.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/container.py
import matplotlib.container # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/container.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/legend_handler.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/legend_handler.py
import matplotlib.legend_handler # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/legend_handler.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/spines.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/spines.py
import matplotlib.spines # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/spines.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/quiver.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/quiver.py
import matplotlib.quiver # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/quiver.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/stackplot.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/stackplot.py
import matplotlib.stackplot # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/stackplot.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/streamplot.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/streamplot.py
import matplotlib.streamplot # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/streamplot.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/table.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/table.py
import matplotlib.table # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/table.pyc
import matplotlib.tri # directory /usr/local/lib/python2.7/dist-packages/matplotlib/tri
# /usr/local/lib/python2.7/dist-packages/matplotlib/tri/__init__.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/tri/__init__.py
import matplotlib.tri # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/tri/__init__.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/tri/triangulation.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/tri/triangulation.py
import matplotlib.tri.triangulation # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/tri/triangulation.pyc
import matplotlib.delaunay # directory /usr/local/lib/python2.7/dist-packages/matplotlib/delaunay
# /usr/local/lib/python2.7/dist-packages/matplotlib/delaunay/__init__.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/delaunay/__init__.py
import matplotlib.delaunay # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/delaunay/__init__.pyc
dlopen("/usr/local/lib/python2.7/dist-packages/matplotlib/_delaunay.so", 2);
import matplotlib._delaunay # dynamically loaded from /usr/local/lib/python2.7/dist-packages/matplotlib/_delaunay.so
# /usr/local/lib/python2.7/dist-packages/matplotlib/delaunay/triangulate.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/delaunay/triangulate.py
import matplotlib.delaunay.triangulate # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/delaunay/triangulate.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/delaunay/interpolate.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/delaunay/interpolate.py
import matplotlib.delaunay.interpolate # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/delaunay/interpolate.pyc
dlopen("/usr/local/lib/python2.7/dist-packages/matplotlib/_tri.so", 2);
import matplotlib._tri # dynamically loaded from /usr/local/lib/python2.7/dist-packages/matplotlib/_tri.so
# /usr/local/lib/python2.7/dist-packages/matplotlib/tri/tricontour.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/tri/tricontour.py
import matplotlib.tri.tricontour # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/tri/tricontour.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/tri/tritools.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/tri/tritools.py
import matplotlib.tri.tritools # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/tri/tritools.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/tri/trifinder.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/tri/trifinder.py
import matplotlib.tri.trifinder # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/tri/trifinder.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/tri/triinterpolate.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/tri/triinterpolate.py
import matplotlib.tri.triinterpolate # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/tri/triinterpolate.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/tri/trirefine.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/tri/trirefine.py
import matplotlib.tri.trirefine # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/tri/trirefine.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/tri/tripcolor.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/tri/tripcolor.py
import matplotlib.tri.tripcolor # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/tri/tripcolor.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/tri/triplot.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/tri/triplot.py
import matplotlib.tri.triplot # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/tri/triplot.pyc
import matplotlib.projections # directory /usr/local/lib/python2.7/dist-packages/matplotlib/projections
# /usr/local/lib/python2.7/dist-packages/matplotlib/projections/__init__.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/projections/__init__.py
import matplotlib.projections # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/projections/__init__.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/projections/geo.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/projections/geo.py
import matplotlib.projections.geo # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/projections/geo.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/projections/polar.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/projections/polar.py
import matplotlib.projections.polar # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/projections/polar.pyc
import matplotlib.backends # directory /usr/local/lib/python2.7/dist-packages/matplotlib/backends
# /usr/local/lib/python2.7/dist-packages/matplotlib/backends/__init__.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/backends/__init__.py
import matplotlib.backends # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/backends/__init__.pyc
# /usr/local/lib/python2.7/dist-packages/matplotlib/backends/backend_gtk3agg.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/backends/backend_gtk3agg.py
import matplotlib.backends.backend_gtk3agg # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/backends/backend_gtk3agg.pyc
import cairo # directory /usr/lib/python2.7/dist-packages/cairo
# /usr/lib/python2.7/dist-packages/cairo/__init__.pyc matches /usr/lib/python2.7/dist-packages/cairo/__init__.py
import cairo # precompiled from /usr/lib/python2.7/dist-packages/cairo/__init__.pyc
dlopen("/usr/lib/python2.7/dist-packages/cairo/_cairo.so", 2);
import cairo._cairo # dynamically loaded from /usr/lib/python2.7/dist-packages/cairo/_cairo.so
# /usr/local/lib/python2.7/dist-packages/matplotlib/backends/backend_agg.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/backends/backend_agg.py
import matplotlib.backends.backend_agg # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/backends/backend_agg.pyc
dlopen("/usr/local/lib/python2.7/dist-packages/matplotlib/backends/_backend_agg.so", 2);
import matplotlib.backends._backend_agg # dynamically loaded from /usr/local/lib/python2.7/dist-packages/matplotlib/backends/_backend_agg.so
# /usr/local/lib/python2.7/dist-packages/matplotlib/backends/backend_gtk3.pyc matches /usr/local/lib/python2.7/dist-packages/matplotlib/backends/backend_gtk3.py
import matplotlib.backends.backend_gtk3 # precompiled from /usr/local/lib/python2.7/dist-packages/matplotlib/backends/backend_gtk3.pyc
import gi # directory /usr/lib/python2.7/dist-packages/gi
# /usr/lib/python2.7/dist-packages/gi/__init__.pyc matches /usr/lib/python2.7/dist-packages/gi/__init__.py
import gi # precompiled from /usr/lib/python2.7/dist-packages/gi/__init__.pyc
dlopen("/usr/lib/python2.7/dist-packages/gi/_gi.so", 2);
import gi._gobject # directory /usr/lib/python2.7/dist-packages/gi/_gobject
# /usr/lib/python2.7/dist-packages/gi/_gobject/__init__.pyc matches /usr/lib/python2.7/dist-packages/gi/_gobject/__init__.py
import gi._gobject # precompiled from /usr/lib/python2.7/dist-packages/gi/_gobject/__init__.pyc
import gi._glib # directory /usr/lib/python2.7/dist-packages/gi/_glib
# /usr/lib/python2.7/dist-packages/gi/_glib/__init__.pyc matches /usr/lib/python2.7/dist-packages/gi/_glib/__init__.py
import gi._glib # precompiled from /usr/lib/python2.7/dist-packages/gi/_glib/__init__.pyc
dlopen("/usr/lib/python2.7/dist-packages/gi/_glib/_glib.so", 2);
import gi._glib._glib # dynamically loaded from /usr/lib/python2.7/dist-packages/gi/_glib/_glib.so
# /usr/lib/python2.7/dist-packages/gi/_glib/option.pyc matches /usr/lib/python2.7/dist-packages/gi/_glib/option.py
import gi._glib.option # precompiled from /usr/lib/python2.7/dist-packages/gi/_glib/option.pyc
# /usr/lib/python2.7/optparse.pyc matches /usr/lib/python2.7/optparse.py
import optparse # precompiled from /usr/lib/python2.7/optparse.pyc
# /usr/lib/python2.7/gettext.pyc matches /usr/lib/python2.7/gettext.py
import gettext # precompiled from /usr/lib/python2.7/gettext.pyc
# /usr/lib/python2.7/dist-packages/gi/_gobject/constants.pyc matches /usr/lib/python2.7/dist-packages/gi/_gobject/constants.py
import gi._gobject.constants # precompiled from /usr/lib/python2.7/dist-packages/gi/_gobject/constants.pyc
dlopen("/usr/lib/python2.7/dist-packages/gi/_gobject/_gobject.so", 2);
import gi._gobject._gobject # dynamically loaded from /usr/lib/python2.7/dist-packages/gi/_gobject/_gobject.so
# /usr/lib/python2.7/dist-packages/gi/_gobject/propertyhelper.pyc matches /usr/lib/python2.7/dist-packages/gi/_gobject/propertyhelper.py
import gi._gobject.propertyhelper # precompiled from /usr/lib/python2.7/dist-packages/gi/_gobject/propertyhelper.pyc
import gi._gi # dynamically loaded from /usr/lib/python2.7/dist-packages/gi/_gi.so
import gi.repository # directory /usr/lib/python2.7/dist-packages/gi/repository
# /usr/lib/python2.7/dist-packages/gi/repository/__init__.pyc matches /usr/lib/python2.7/dist-packages/gi/repository/__init__.py
import gi.repository # precompiled from /usr/lib/python2.7/dist-packages/gi/repository/__init__.pyc
# /usr/lib/python2.7/dist-packages/gi/importer.pyc matches /usr/lib/python2.7/dist-packages/gi/importer.py
import gi.importer # precompiled from /usr/lib/python2.7/dist-packages/gi/importer.pyc
import logging # directory /usr/lib/python2.7/logging
# /usr/lib/python2.7/logging/__init__.pyc matches /usr/lib/python2.7/logging/__init__.py
import logging # precompiled from /usr/lib/python2.7/logging/__init__.pyc
# /usr/lib/python2.7/dist-packages/gi/module.pyc matches /usr/lib/python2.7/dist-packages/gi/module.py
import gi.module # precompiled from /usr/lib/python2.7/dist-packages/gi/module.pyc
import gi.overrides # directory /usr/lib/python2.7/dist-packages/gi/overrides
# /usr/lib/python2.7/dist-packages/gi/overrides/__init__.pyc matches /usr/lib/python2.7/dist-packages/gi/overrides/__init__.py
import gi.overrides # precompiled from /usr/lib/python2.7/dist-packages/gi/overrides/__init__.pyc
# /usr/lib/python2.7/dist-packages/gi/types.pyc matches /usr/lib/python2.7/dist-packages/gi/types.py
import gi.types # precompiled from /usr/lib/python2.7/dist-packages/gi/types.pyc
# /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.pyc matches /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py
import gi.overrides.Gtk # precompiled from /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.pyc
# /usr/lib/python2.7/dist-packages/gi/overrides/Gdk.pyc matches /usr/lib/python2.7/dist-packages/gi/overrides/Gdk.py
import gi.overrides.Gdk # precompiled from /usr/lib/python2.7/dist-packages/gi/overrides/Gdk.pyc
dlopen("/usr/lib/python2.7/dist-packages/gi/_gi_cairo.so", 2);
import gi._gi_cairo # dynamically loaded from /usr/lib/python2.7/dist-packages/gi/_gi_cairo.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment