Skip to content

Instantly share code, notes, and snippets.

@ibeex
Created August 2, 2016 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ibeex/7f985de60f3bb117624f3668a4b5d82a to your computer and use it in GitHub Desktop.
Save ibeex/7f985de60f3bb117624f3668a4b5d82a to your computer and use it in GitHub Desktop.
qutebrowser
~/Downloads ❯❯❯ python3 -c "import PyQt5; print(PyQt5)" ⏎
<module 'PyQt5' from '/usr/local/lib/python3.5/dist-packages/PyQt5/__init__.py'>
~/Downloads ❯❯❯ python3 -vc "from PyQt5 import QtWebKit" 2&> pyqtbw
import _frozen_importlib # frozen
import _imp # builtin
import sys # builtin
import _frozen_importlib # frozen
import _imp # builtin
import sys # builtin
import '_warnings' # <class '_frozen_importlib.BuiltinImporter'>
import '_warnings' # <class '_frozen_importlib.BuiltinImporter'>
import '_thread' # <class '_frozen_importlib.BuiltinImporter'>
import '_weakref' # <class '_frozen_importlib.BuiltinImporter'>
import '_thread' # <class '_frozen_importlib.BuiltinImporter'>
import '_weakref' # <class '_frozen_importlib.BuiltinImporter'>
import '_frozen_importlib_external' # <class '_frozen_importlib.FrozenImporter'>
import '_frozen_importlib_external' # <class '_frozen_importlib.FrozenImporter'>
import '_io' # <class '_frozen_importlib.BuiltinImporter'>
import '_io' # <class '_frozen_importlib.BuiltinImporter'>
import 'marshal' # <class '_frozen_importlib.BuiltinImporter'>
import 'marshal' # <class '_frozen_importlib.BuiltinImporter'>
import 'posix' # <class '_frozen_importlib.BuiltinImporter'>
import _thread # previously loaded ('_thread')
import 'posix' # <class '_frozen_importlib.BuiltinImporter'>
import _thread # previously loaded ('_thread')
import '_thread' # <class '_frozen_importlib.BuiltinImporter'>
import '_thread' # <class '_frozen_importlib.BuiltinImporter'>
import _weakref # previously loaded ('_weakref')
import _weakref # previously loaded ('_weakref')
import '_weakref' # <class '_frozen_importlib.BuiltinImporter'>
import '_weakref' # <class '_frozen_importlib.BuiltinImporter'>
# installing zipimport hook
# installing zipimport hook
import 'zipimport' # <class '_frozen_importlib.BuiltinImporter'>
# installed zipimport hook
import 'zipimport' # <class '_frozen_importlib.BuiltinImporter'>
# installed zipimport hook
# /usr/lib/python3.5/encodings/__pycache__/__init__.cpython-35.pyc matches /usr/lib/python3.5/encodings/__init__.py
# /usr/lib/python3.5/encodings/__pycache__/__init__.cpython-35.pyc matches /usr/lib/python3.5/encodings/__init__.py
# code object from '/usr/lib/python3.5/encodings/__pycache__/__init__.cpython-35.pyc'
# code object from '/usr/lib/python3.5/encodings/__pycache__/__init__.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/codecs.cpython-35.pyc matches /usr/lib/python3.5/codecs.py
# /usr/lib/python3.5/__pycache__/codecs.cpython-35.pyc matches /usr/lib/python3.5/codecs.py
# code object from '/usr/lib/python3.5/__pycache__/codecs.cpython-35.pyc'
# code object from '/usr/lib/python3.5/__pycache__/codecs.cpython-35.pyc'
import '_codecs' # <class '_frozen_importlib.BuiltinImporter'>
import '_codecs' # <class '_frozen_importlib.BuiltinImporter'>
import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fc6a0b8>
import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fc6a0b8>
# /usr/lib/python3.5/encodings/__pycache__/aliases.cpython-35.pyc matches /usr/lib/python3.5/encodings/aliases.py
# /usr/lib/python3.5/encodings/__pycache__/aliases.cpython-35.pyc matches /usr/lib/python3.5/encodings/aliases.py
# code object from '/usr/lib/python3.5/encodings/__pycache__/aliases.cpython-35.pyc'
# code object from '/usr/lib/python3.5/encodings/__pycache__/aliases.cpython-35.pyc'
import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fbfab70>
import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fbfab70>
import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fc62c88>
import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fc62c88>
# /usr/lib/python3.5/encodings/__pycache__/utf_8.cpython-35.pyc matches /usr/lib/python3.5/encodings/utf_8.py
# code object from '/usr/lib/python3.5/encodings/__pycache__/utf_8.cpython-35.pyc'
# /usr/lib/python3.5/encodings/__pycache__/utf_8.cpython-35.pyc matches /usr/lib/python3.5/encodings/utf_8.py
# code object from '/usr/lib/python3.5/encodings/__pycache__/utf_8.cpython-35.pyc'
import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fc08940>
import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fc08940>
import '_signal' # <class '_frozen_importlib.BuiltinImporter'>
import '_signal' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.5/encodings/__pycache__/latin_1.cpython-35.pyc matches /usr/lib/python3.5/encodings/latin_1.py
# /usr/lib/python3.5/encodings/__pycache__/latin_1.cpython-35.pyc matches /usr/lib/python3.5/encodings/latin_1.py
# code object from '/usr/lib/python3.5/encodings/__pycache__/latin_1.cpython-35.pyc'
# code object from '/usr/lib/python3.5/encodings/__pycache__/latin_1.cpython-35.pyc'
import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fc0a470>
import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fc0a470>
# /usr/lib/python3.5/__pycache__/io.cpython-35.pyc matches /usr/lib/python3.5/io.py
# /usr/lib/python3.5/__pycache__/io.cpython-35.pyc matches /usr/lib/python3.5/io.py
# code object from '/usr/lib/python3.5/__pycache__/io.cpython-35.pyc'
# code object from '/usr/lib/python3.5/__pycache__/io.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/abc.cpython-35.pyc matches /usr/lib/python3.5/abc.py
# /usr/lib/python3.5/__pycache__/abc.cpython-35.pyc matches /usr/lib/python3.5/abc.py
# code object from '/usr/lib/python3.5/__pycache__/abc.cpython-35.pyc'
# code object from '/usr/lib/python3.5/__pycache__/abc.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/_weakrefset.cpython-35.pyc matches /usr/lib/python3.5/_weakrefset.py
# /usr/lib/python3.5/__pycache__/_weakrefset.cpython-35.pyc matches /usr/lib/python3.5/_weakrefset.py
# code object from '/usr/lib/python3.5/__pycache__/_weakrefset.cpython-35.pyc'
# code object from '/usr/lib/python3.5/__pycache__/_weakrefset.cpython-35.pyc'
import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fc10128>
import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fc10128>
import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fc0a908>
import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fc0a908>
import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fc0a6a0>
import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fc0a6a0>
# /usr/lib/python3.5/__pycache__/_bootlocale.cpython-35.pyc matches /usr/lib/python3.5/_bootlocale.py
# code object from '/usr/lib/python3.5/__pycache__/_bootlocale.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/_bootlocale.cpython-35.pyc matches /usr/lib/python3.5/_bootlocale.py
# code object from '/usr/lib/python3.5/__pycache__/_bootlocale.cpython-35.pyc'
import '_locale' # <class '_frozen_importlib.BuiltinImporter'>
import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fc18940>
import '_locale' # <class '_frozen_importlib.BuiltinImporter'>
import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fc18940>
Python 3.5.2 (default, Jul 5 2016, 12:43:10)
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
Python 3.5.2 (default, Jul 5 2016, 12:43:10)
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
# /usr/lib/python3.5/__pycache__/site.cpython-35.pyc matches /usr/lib/python3.5/site.py
# code object from '/usr/lib/python3.5/__pycache__/site.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/os.cpython-35.pyc matches /usr/lib/python3.5/os.py
# code object from '/usr/lib/python3.5/__pycache__/os.cpython-35.pyc'
import 'errno' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.5/__pycache__/stat.cpython-35.pyc matches /usr/lib/python3.5/stat.py
# code object from '/usr/lib/python3.5/__pycache__/stat.cpython-35.pyc'
import '_stat' # <class '_frozen_importlib.BuiltinImporter'>
import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fbb64e0>
# /usr/lib/python3.5/__pycache__/posixpath.cpython-35.pyc matches /usr/lib/python3.5/posixpath.py
# code object from '/usr/lib/python3.5/__pycache__/posixpath.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/genericpath.cpython-35.pyc matches /usr/lib/python3.5/genericpath.py
# code object from '/usr/lib/python3.5/__pycache__/genericpath.cpython-35.pyc'
import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fbbad68>
import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fbb6860>
# /usr/lib/python3.5/__pycache__/_collections_abc.cpython-35.pyc matches /usr/lib/python3.5/_collections_abc.py
# code object from '/usr/lib/python3.5/__pycache__/_collections_abc.cpython-35.pyc'
import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fbc3400>
import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fc23c88>
# /usr/lib/python3.5/__pycache__/_sitebuiltins.cpython-35.pyc matches /usr/lib/python3.5/_sitebuiltins.py
# code object from '/usr/lib/python3.5/__pycache__/_sitebuiltins.cpython-35.pyc'
import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fc28080>
# /usr/lib/python3.5/__pycache__/sysconfig.cpython-35.pyc matches /usr/lib/python3.5/sysconfig.py
# code object from '/usr/lib/python3.5/__pycache__/sysconfig.cpython-35.pyc'
import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fb48ba8>
# /usr/lib/python3.5/__pycache__/_sysconfigdata.cpython-35.pyc matches /usr/lib/python3.5/_sysconfigdata.py
# code object from '/usr/lib/python3.5/__pycache__/_sysconfigdata.cpython-35.pyc'
# /usr/lib/python3.5/plat-x86_64-linux-gnu/__pycache__/_sysconfigdata_m.cpython-35.pyc matches /usr/lib/python3.5/plat-x86_64-linux-gnu/_sysconfigdata_m.py
# code object from '/usr/lib/python3.5/plat-x86_64-linux-gnu/__pycache__/_sysconfigdata_m.cpython-35.pyc'
import '_sysconfigdata_m' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fb4f6d8>
import '_sysconfigdata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fb4f4a8>
# /usr/lib/python3.5/__pycache__/sitecustomize.cpython-35.pyc matches /usr/lib/python3.5/sitecustomize.py
# code object from '/usr/lib/python3.5/__pycache__/sitecustomize.cpython-35.pyc'
# /usr/lib/python3/dist-packages/__pycache__/apport_python_hook.cpython-35.pyc matches /usr/lib/python3/dist-packages/apport_python_hook.py
# code object from '/usr/lib/python3/dist-packages/__pycache__/apport_python_hook.cpython-35.pyc'
import 'apport_python_hook' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fb67668>
import 'sitecustomize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fb5f828>
import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fc1f7b8>
# /usr/local/lib/python3.5/dist-packages/PyQt5/__pycache__/__init__.cpython-35.pyc matches /usr/local/lib/python3.5/dist-packages/PyQt5/__init__.py
# code object from '/usr/local/lib/python3.5/dist-packages/PyQt5/__pycache__/__init__.cpython-35.pyc'
import 'PyQt5' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fb67c88>
# /usr/lib/python3.5/__pycache__/re.cpython-35.pyc matches /usr/lib/python3.5/re.py
# code object from '/usr/lib/python3.5/__pycache__/re.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/sre_compile.cpython-35.pyc matches /usr/lib/python3.5/s# /usr/lib/python3.5/__pycache__/site.cpython-35.pyc matches /usr/lib/python3.5/site.py
# code object from '/usr/lib/python3.5/__pycache__/site.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/os.cpython-35.pyc matches /usr/lib/python3.5/os.py
# code object from '/usr/lib/python3.5/__pycache__/os.cpython-35.pyc'
import 'errno' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.5/__pycache__/stat.cpython-35.pyc matches /usr/lib/python3.5/stat.py
# code object from '/usr/lib/python3.5/__pycache__/stat.cpython-35.pyc'
import '_stat' # <class '_frozen_importlib.BuiltinImporter'>
import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fbb64e0>
# /usr/lib/python3.5/__pycache__/posixpath.cpython-35.pyc matches /usr/lib/python3.5/posixpath.py
# code object from '/usr/lib/python3.5/__pycache__/posixpath.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/genericpath.cpython-35.pyc matches /usr/lib/python3.5/genericpath.py
# code object from '/usr/lib/python3.5/__pycache__/genericpath.cpython-35.pyc'
import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fbbad68>
import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fbb6860>
# /usr/lib/python3.5/__pycache__/_collections_abc.cpython-35.pyc matches /usr/lib/python3.5/_collections_abc.py
# code object from '/usr/lib/python3.5/__pycache__/_collections_abc.cpython-35.pyc'
import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fbc3400>
import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fc23c88>
# /usr/lib/python3.5/__pycache__/_sitebuiltins.cpython-35.pyc matches /usr/lib/python3.5/_sitebuiltins.py
# code object from '/usr/lib/python3.5/__pycache__/_sitebuiltins.cpython-35.pyc'
import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fc28080>
# /usr/lib/python3.5/__pycache__/sysconfig.cpython-35.pyc matches /usr/lib/python3.5/sysconfig.py
# code object from '/usr/lib/python3.5/__pycache__/sysconfig.cpython-35.pyc'
import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fb48ba8>
# /usr/lib/python3.5/__pycache__/_sysconfigdata.cpython-35.pyc matches /usr/lib/python3.5/_sysconfigdata.py
# code object from '/usr/lib/python3.5/__pycache__/_sysconfigdata.cpython-35.pyc'
# /usr/lib/python3.5/plat-x86_64-linux-gnu/__pycache__/_sysconfigdata_m.cpython-35.pyc matches /usr/lib/python3.5/plat-x86_64-linux-gnu/_sysconfigdata_m.py
# code object from '/usr/lib/python3.5/plat-x86_64-linux-gnu/__pycache__/_sysconfigdata_m.cpython-35.pyc'
import '_sysconfigdata_m' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fb4f6d8>
import '_sysconfigdata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fb4f4a8>
# /usr/lib/python3.5/__pycache__/sitecustomize.cpython-35.pyc matches /usr/lib/python3.5/sitecustomize.py
# code object from '/usr/lib/python3.5/__pycache__/sitecustomize.cpython-35.pyc'
# /usr/lib/python3/dist-packages/__pycache__/apport_python_hook.cpython-35.pyc matches /usr/lib/python3/dist-packages/apport_python_hook.py
# code object from '/usr/lib/python3/dist-packages/__pycache__/apport_python_hook.cpython-35.pyc'
import 'apport_python_hook' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fb67668>
import 'sitecustomize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fb5f828>
import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fc1f7b8>
# /usr/local/lib/python3.5/dist-packages/PyQt5/__pycache__/__init__.cpython-35.pyc matches /usr/local/lib/python3.5/dist-packages/PyQt5/__init__.py
# code object from '/usr/local/lib/python3.5/dist-packages/PyQt5/__pycache__/__init__.cpython-35.pyc'
import 'PyQt5' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fb67c88>
# /usr/lib/python3.5/__pycache__/re.cpython-35.pyc matches /usr/lib/python3.5/re.py
# code object from '/usr/lib/python3.5/__pycache__/re.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/sre_compile.cpython-35.pyc matches /usr/lib/python3.5/sre_compile.py
# code object from '/usr/lib/python3.5/__pycache__/sre_compile.cpython-35.pyc'
import '_sre' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.5/__pycache__/sre_parse.cpython-35.pyc matches /usr/lib/python3.5/sre_parse.py
# code object from '/usr/lib/python3.5/__pycache__/sre_parse.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/sre_constants.cpython-35.pyc matches /usr/lib/python3.5/sre_constants.py
# code object from '/usr/lib/python3.5/__pycache__/sre_constants.cpython-35.pyc'
import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de8d588>
import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fb73c50>
import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fb6fc50>
# /usr/lib/python3.5/__pycache__/copyreg.cpython-35.pyc matches /usr/lib/python3.5/copyreg.py
# code object from '/usr/lib/python3.5/__pycache__/copyreg.cpython-35.pyc'
import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de99748>
import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fb67cf8>
# /usr/lib/python3.5/__pycache__/traceback.cpython-35.pyc matches /usr/lib/python3.5/traceback.py
# code object from '/usr/lib/python3.5/__pycache__/traceback.cpython-35.pyc'
# /usr/lib/python3.5/collections/__pycache__/__init__.cpython-35.pyc matches /usr/lib/python3.5/collections/__init__.py
# code object from '/usr/lib/python3.5/collections/__pycache__/__init__.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/operator.cpython-35.pyc matches /usr/lib/python3.5/operator.py
# code object from '/usr/lib/python3.5/__pycache__/operator.cpython-35.pyc'
import '_operator' # <class '_frozen_importlib.BuiltinImporter'>
import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9dec2f98>
# /usr/lib/python3.5/__pycache__/keyword.cpython-35.pyc matches /usr/lib/python3.5/keyword.py
# code object from '/usr/lib/python3.5/__pycache__/keyword.cpython-35.pyc'
import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de52358>
# /usr/lib/python3.5/__pycache__/heapq.cpython-35.pyc matches /usr/lib/python3.5/heapq.py
# code object from '/usr/lib/python3.5/__pycache__/heapq.cpython-35.pyc'
import '_heapq' # <class '_frozen_importlib.BuiltinImporter'>
import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de52b38>
import 'itertools' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.5/__pycache__/reprlib.cpython-35.pyc matches /usr/lib/python3.5/reprlib.py
# code object from '/usr/lib/python3.5/__pycache__/reprlib.cpython-35.pyc'
import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de52f60>
import '_collections' # <class '_frozen_importlib.BuiltinImporter'>
import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9dea4a90>
# /usr/lib/python3.5/__pycache__/linecache.cpython-35.pyc matches /usr/lib/python3.5/linecache.py
# code object from '/usr/lib/python3.5/__pycache__/linecache.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/functools.cpython-35.pyc matches /usr/lib/python3.5/functools.py
# code object from '/usr/lib/python3.5/__pycache__/functools.cpython-35.pyc'
import '_functools' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.5/__pycache__/types.cpython-35.pyc matches /usr/lib/python3.5/types.py
# code object from '/usr/lib/python3.5/__pycache__/types.cpython-35.pyc'
# /usr/lib/python3.5/collections/__pycache__/abc.cpython-35.pyc matches /usr/lib/python3.5/collections/abc.py
# code object from '/usr/lib/python3.5/collections/__pycache__/abc.cpython-35.pyc'
import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9dead390>
import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de6fc88>
# /usr/lib/python3.5/__pycache__/weakref.cpython-35.pyc matches /usr/lib/python3.5/weakref.py
# code object from '/usr/lib/python3.5/__pycache__/weakref.cpython-35.pyc'
import 'weakref' # <_frozen_importlib_external.SourceFire_compile.py
# code object from '/usr/lib/python3.5/__pycache__/sre_compile.cpython-35.pyc'
import '_sre' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.5/__pycache__/sre_parse.cpython-35.pyc matches /usr/lib/python3.5/sre_parse.py
# code object from '/usr/lib/python3.5/__pycache__/sre_parse.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/sre_constants.cpython-35.pyc matches /usr/lib/python3.5/sre_constants.py
# code object from '/usr/lib/python3.5/__pycache__/sre_constants.cpython-35.pyc'
import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de8d588>
import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fb73c50>
import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fb6fc50>
# /usr/lib/python3.5/__pycache__/copyreg.cpython-35.pyc matches /usr/lib/python3.5/copyreg.py
# code object from '/usr/lib/python3.5/__pycache__/copyreg.cpython-35.pyc'
import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de99748>
import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9fb67cf8>
# /usr/lib/python3.5/__pycache__/traceback.cpython-35.pyc matches /usr/lib/python3.5/traceback.py
# code object from '/usr/lib/python3.5/__pycache__/traceback.cpython-35.pyc'
# /usr/lib/python3.5/collections/__pycache__/__init__.cpython-35.pyc matches /usr/lib/python3.5/collections/__init__.py
# code object from '/usr/lib/python3.5/collections/__pycache__/__init__.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/operator.cpython-35.pyc matches /usr/lib/python3.5/operator.py
# code object from '/usr/lib/python3.5/__pycache__/operator.cpython-35.pyc'
import '_operator' # <class '_frozen_importlib.BuiltinImporter'>
import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9dec2f98>
# /usr/lib/python3.5/__pycache__/keyword.cpython-35.pyc matches /usr/lib/python3.5/keyword.py
# code object from '/usr/lib/python3.5/__pycache__/keyword.cpython-35.pyc'
import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de52358>
# /usr/lib/python3.5/__pycache__/heapq.cpython-35.pyc matches /usr/lib/python3.5/heapq.py
# code object from '/usr/lib/python3.5/__pycache__/heapq.cpython-35.pyc'
import '_heapq' # <class '_frozen_importlib.BuiltinImporter'>
import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de52b38>
import 'itertools' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.5/__pycache__/reprlib.cpython-35.pyc matches /usr/lib/python3.5/reprlib.py
# code object from '/usr/lib/python3.5/__pycache__/reprlib.cpython-35.pyc'
import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de52f60>
import '_collections' # <class '_frozen_importlib.BuiltinImporter'>
import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9dea4a90>
# /usr/lib/python3.5/__pycache__/linecache.cpython-35.pyc matches /usr/lib/python3.5/linecache.py
# code object from '/usr/lib/python3.5/__pycache__/linecache.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/functools.cpython-35.pyc matches /usr/lib/python3.5/functools.py
# code object from '/usr/lib/python3.5/__pycache__/functools.cpython-35.pyc'
import '_functools' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.5/__pycache__/types.cpython-35.pyc matches /usr/lib/python3.5/types.py
# code object from '/usr/lib/python3.5/__pycache__/types.cpython-35.pyc'
# /usr/lib/python3.5/collections/__pycache__/abc.cpython-35.pyc matches /usr/lib/python3.5/collections/abc.py
# code object from '/usr/lib/python3.5/collections/__pycache__/abc.cpython-35.pyc'
import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9dead390>
import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de6fc88>
# /usr/lib/python3.5/__pycache__/weakref.cpython-35.pyc matches /usr/lib/python3.5/weakref.py
# code object from '/usr/lib/python3.5/__pycache__/weakref.cpython-35.pyc'
import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de6fd68>leLoader object at 0x7f8e9de6fd68>
import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de5bc18>
# /usr/lib/python3.5/__pycache__/tokenize.cpython-35.pyc matches /usr/lib/python3.5/tokenize.py
# code object from '/usr/lib/python3.5/__pycache__/tokenize.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/token.cpython-35.pyc matches /usr/lib/python3.5/token.py
# code object from '/usr/lib/python3.5/__pycache__/token.cpython-35.pyc'
import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de1ae10>
import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de6c668>
import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9decb390>
import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de99b70>
# /usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-35.pyc matches /usr/lib/python3/dist-packages/apport/__init__.py
# code object from '/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-35.pyc'
import 'time' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-35.pyc matches /usr/lib/python3/dist-packages/apport/report.py
# code object from '/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/subprocess.cpython-35.pyc matches /usr/lib/python3.5/subprocess.py
# code object from '/usr/lib/python3.5/__pycache__/subprocess.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/signal.cpython-35.pyc matches /usr/lib/python3.5/signal.py
# code object from '/usr/lib/python3.5/__pycache__/signal.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/enum.cpython-35.pyc matches /usr/lib/python3.5/enum.py
# code object from '/usr/lib/python3.5/__pycache__/enum.cpython-35.pyc'
import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de37c88>
import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de374e0>
# /usr/lib/python3.5/__pycache__/warnings.cpython-35.pyc matches /usr/lib/python3.5/warnings.py
# code object from '/usr/lib/python3.5/__pycache__/warnings.cpython-35.pyc'
import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de375f8>
import '_posixsubprocess' # <class '_frozen_importlib.BuiltinImporter'>
import 'select' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.5/__pycache__/selectors.cpython-35.pyc matches /usr/lib/python3.5/selectors.py
# code object from '/usr/lib/python3.5/__pycache__/selectors.cpython-35.pyc'
import 'math' # <class '_frozen_importlib.BuiltinImporter'>
import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ddd90b8>
# /usr/lib/python3.5/__pycache__/threading.cpython-35.pyc matches /usr/lib/python3.5/threading.py
# code object from '/usr/lib/python3.5/__pycache__/threading.cpython-35.pyc'
import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9dddf390>
import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de25be0>
# /usr/lib/python3.5/__pycache__/tempfile.cpython-35.pyc matches /usr/lib/python3.5/tempfile.py
# code object from '/usr/lib/python3.5/__pycache__/tempfile.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/shutil.cpython-35.pyc matches /usr/lib/python3.5/shutil.py
# code object from '/usr/lib/python3.5/__pycache__/shutil.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/fnmatch.cpython-35.pyc matches /usr/lib/python3.5/fnmatch.py
# code object from '/usr/lib/python3.5/__pycache__/fnmatch.cpython-35.pyc'
import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9dd328d0>
# /usr/lib/python3.5/__pycache__/tarfile.cpython-35.pyc matches /usr/lib/python3.5/tarfile.py
# code object from '/usr/lib/python3.5/__pycache__/tarfile.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/struct.cpython-35.pyc matches /usr/lib/python3.5/struct.py
# code object from '/usr/lib/python3.5/__pycache__/struct.cpython-35.pyc'
import '_struct' # <class '_frozen_importlib.BuiltinImporter'>
import 'struct' # <_frozen_imp
import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de5bc18>
# /usr/lib/python3.5/__pycache__/tokenize.cpython-35.pyc matches /usr/lib/python3.5/tokenize.py
# code object from '/usr/lib/python3.5/__pycache__/tokenize.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/token.cpython-35.pyc matches /usr/lib/python3.5/token.py
# code object from '/usr/lib/python3.5/__pycache__/token.cpython-35.pyc'
import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de1ae10>
import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de6c668>
import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9decb390>
import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de99b70>
# /usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-35.pyc matches /usr/lib/python3/dist-packages/apport/__init__.py
# code object from '/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-35.pyc'
import 'time' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-35.pyc matches /usr/lib/python3/dist-packages/apport/report.py
# code object from '/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/subprocess.cpython-35.pyc matches /usr/lib/python3.5/subprocess.py
# code object from '/usr/lib/python3.5/__pycache__/subprocess.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/signal.cpython-35.pyc matches /usr/lib/python3.5/signal.py
# code object from '/usr/lib/python3.5/__pycache__/signal.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/enum.cpython-35.pyc matches /usr/lib/python3.5/enum.py
# code object from '/usr/lib/python3.5/__pycache__/enum.cpython-35.pyc'
import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de37c88>
import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de374e0>
# /usr/lib/python3.5/__pycache__/warnings.cpython-35.pyc matches /usr/lib/python3.5/warnings.py
# code object from '/usr/lib/python3.5/__pycache__/warnings.cpython-35.pyc'
import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de375f8>
import '_posixsubprocess' # <class '_frozen_importlib.BuiltinImporter'>
import 'select' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.5/__pycache__/selectors.cpython-35.pyc matches /usr/lib/python3.5/selectors.py
# code object from '/usr/lib/python3.5/__pycache__/selectors.cpython-35.pyc'
import 'math' # <class '_frozen_importlib.BuiltinImporter'>
import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ddd90b8>
# /usr/lib/python3.5/__pycache__/threading.cpython-35.pyc matches /usr/lib/python3.5/threading.py
# code object from '/usr/lib/python3.5/__pycache__/threading.cpython-35.pyc'
import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9dddf390>
import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de25be0>
# /usr/lib/python3.5/__pycache__/tempfile.cpython-35.pyc matches /usr/lib/python3.5/tempfile.py
# code object from '/usr/lib/python3.5/__pycache__/tempfile.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/shutil.cpython-35.pyc matches /usr/lib/python3.5/shutil.py
# code object from '/usr/lib/python3.5/__pycache__/shutil.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/fnmatch.cpython-35.pyc matches /usr/lib/python3.5/fnmatch.py
# code object from '/usr/lib/python3.5/__pycache__/fnmatch.cpython-35.pyc'
import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9dd328d0>
# /usr/lib/python3.5/__pycache__/tarfile.cpython-35.pyc matches /usr/lib/python3.5/tarfile.py
# code object from '/usr/lib/python3.5/__pycache__/tarfile.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/struct.cpython-35.pyc matches /usr/lib/python3.5/struct.py
# code object from '/usr/lib/python3.5/__pycache__/struct.cpython-35.pyc'
import '_struct' # <class '_frozen_importlib.BuiltinImporter'>
import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9dd5d4e0>
# /usr/lib/python3.5/__pycache__/copy.cpython-35.pyc matches /usr/lib/python3.5/copy.py
# code object from '/usr/lib/python3.5/__pycache__/copy.cpython-35.pyc'
import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9dd5d828>
import 'grp' # <class '_frozen_importlib.BuiltinImporter'>
import 'pwd' # <class '_frozen_importlib.BuiltinImporter'>
import 'tarfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9dd32c88>
# /usr/lib/python3.5/__pycache__/bz2.cpython-35.pyc matches /usr/lib/python3.5/bz2.py
# code object from '/usr/lib/python3.5/__pycache__/bz2.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/_compression.cpython-35.pyc matches /usr/lib/python3.5/_compression.py
# code object from '/usr/lib/python3.5/__pycache__/_compression.cpython-35.pyc'
import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9dd62c50>
# extension module '_bz2' loaded from '/usr/lib/python3.5/lib-dynload/_bz2.cpython-35m-x86_64-linux-gnu.so'
# extension module '_bz2' executed from '/usr/lib/python3.5/lib-dynload/_bz2.cpython-35m-x86_64-linux-gnu.so'
import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8e9dcf3588>
import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9dd3a048>
# /usr/lib/python3.5/__pycache__/lzma.cpython-35.pyc matches /usr/lib/python3.5/lzma.py
# code object from '/usr/lib/python3.5/__pycache__/lzma.cpython-35.pyc'
# extension module '_lzma' loaded from '/usr/lib/python3.5/lib-dynload/_lzma.cpython-35m-x86_64-linux-gnu.so'
# extension module '_lzma' executed from '/usr/lib/python3.5/lib-dynload/_lzma.cpython-35m-x86_64-linux-gnu.so'
import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8e9dcfd0f0>
import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9dcf3860>
import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de02d30>
# /usr/lib/python3.5/__pycache__/random.cpython-35.pyc matches /usr/lib/python3.5/random.py
# code object from '/usr/lib/python3.5/__pycache__/random.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/hashlib.cpython-35.pyc matches /usr/lib/python3.5/hashlib.py
# code object from '/usr/lib/python3.5/__pycache__/hashlib.cpython-35.pyc'
# extension module '_hashlib' loaded from '/usr/lib/python3.5/lib-dynload/_hashlib.cpython-35m-x86_64-linux-gnu.so'
# extension module '_hashlib' executed from '/usr/lib/python3.5/lib-dynload/_hashlib.cpython-35m-x86_64-linux-gnu.so'
import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8e9dd0a9b0>
import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9dd02e80>
import '_random' # <class '_frozen_importlib.BuiltinImporter'>
import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de02e48>
import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de31080>
# /usr/lib/python3.5/__pycache__/glob.cpython-35.pyc matches /usr/lib/python3.5/glob.py
# code object from '/usr/lib/python3.5/__pycache__/glob.cpython-35.pyc'
import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9dd0a3c8>
import 'atexit' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.5/__pycache__/locale.cpython-35.pyc matches /usr/lib/python3.5/locale.py
# code object from '/usr/lib/python3.5/__pycache__/locale.cpython-35.pyc'
import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9dd14128>
# /usr/lib/python3.5/__pycache__/imp.cpython-35.pyc matches /usr/lib/python3.5/imp.py
# code object from '/usr/lib/python3.5/__pycache__/imp.cpython-35.pyc'
# /usr/lib/python3.5/importlib/__pycache__/__init__.cpython-35.pyc matches /usr/lib/python3.5/importlib/__init__.py
# code object from '/usr/lib/python3.5/importlib/__pycache__/__init__.cpython-35.pyc'
import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ce0d9b0>
# /usr/lib/python3.5/importlib/__pycache__/machinery.cpython-35.pyc matches /usr/lib/pytortlib_external.SourceFileLoader object at 0x7f8e9dd5d4e0>
# /usr/lib/python3.5/__pycache__/copy.cpython-35.pyc matches /usr/lib/python3.5/copy.py
# code object from '/usr/lib/python3.5/__pycache__/copy.cpython-35.pyc'
import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9dd5d828>
import 'grp' # <class '_frozen_importlib.BuiltinImporter'>
import 'pwd' # <class '_frozen_importlib.BuiltinImporter'>
import 'tarfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9dd32c88>
# /usr/lib/python3.5/__pycache__/bz2.cpython-35.pyc matches /usr/lib/python3.5/bz2.py
# code object from '/usr/lib/python3.5/__pycache__/bz2.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/_compression.cpython-35.pyc matches /usr/lib/python3.5/_compression.py
# code object from '/usr/lib/python3.5/__pycache__/_compression.cpython-35.pyc'
import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9dd62c50>
# extension module '_bz2' loaded from '/usr/lib/python3.5/lib-dynload/_bz2.cpython-35m-x86_64-linux-gnu.so'
# extension module '_bz2' executed from '/usr/lib/python3.5/lib-dynload/_bz2.cpython-35m-x86_64-linux-gnu.so'
import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8e9dcf3588>
import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9dd3a048>
# /usr/lib/python3.5/__pycache__/lzma.cpython-35.pyc matches /usr/lib/python3.5/lzma.py
# code object from '/usr/lib/python3.5/__pycache__/lzma.cpython-35.pyc'
# extension module '_lzma' loaded from '/usr/lib/python3.5/lib-dynload/_lzma.cpython-35m-x86_64-linux-gnu.so'
# extension module '_lzma' executed from '/usr/lib/python3.5/lib-dynload/_lzma.cpython-35m-x86_64-linux-gnu.so'
import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8e9dcfd0f0>
import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9dcf3860>
import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de02d30>
# /usr/lib/python3.5/__pycache__/random.cpython-35.pyc matches /usr/lib/python3.5/random.py
# code object from '/usr/lib/python3.5/__pycache__/random.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/hashlib.cpython-35.pyc matches /usr/lib/python3.5/hashlib.py
# code object from '/usr/lib/python3.5/__pycache__/hashlib.cpython-35.pyc'
# extension module '_hashlib' loaded from '/usr/lib/python3.5/lib-dynload/_hashlib.cpython-35m-x86_64-linux-gnu.so'
# extension module '_hashlib' executed from '/usr/lib/python3.5/lib-dynload/_hashlib.cpython-35m-x86_64-linux-gnu.so'
import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8e9dd0a9b0>
import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9dd02e80>
import '_random' # <class '_frozen_importlib.BuiltinImporter'>
import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de02e48>
import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de31080>
# /usr/lib/python3.5/__pycache__/glob.cpython-35.pyc matches /usr/lib/python3.5/glob.py
# code object from '/usr/lib/python3.5/__pycache__/glob.cpython-35.pyc'
import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9dd0a3c8>
import 'atexit' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.5/__pycache__/locale.cpython-35.pyc matches /usr/lib/python3.5/locale.py
# code object from '/usr/lib/python3.5/__pycache__/locale.cpython-35.pyc'
import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9dd14128>
# /usr/lib/python3.5/__pycache__/imp.cpython-35.pyc matches /usr/lib/python3.5/imp.py
# code object from '/usr/lib/python3.5/__pycache__/imp.cpython-35.pyc'
# /usr/lib/python3.5/importlib/__pycache__/__init__.cpython-35.pyc matches /usr/lib/python3.5/importlib/__init__.py
# code object from '/usr/lib/python3.5/importlib/__pycache__/__init__.cpython-35.pyc'
import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ce0d9b0>
# /usr/lib/python3.5/importlib/__pycache__/machinery.cpython-35.pyc matches /usr/lib/python3.5/importlib/machinery.pyhon3.5/importlib/machinery.py
# code object from '/usr/lib/python3.5/importlib/__pycache__/machinery.cpython-35.pyc'
import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ce0dc50>
# /usr/lib/python3.5/importlib/__pycache__/util.cpython-35.pyc matches /usr/lib/python3.5/importlib/util.py
# code object from '/usr/lib/python3.5/importlib/__pycache__/util.cpython-35.pyc'
# /usr/lib/python3.5/importlib/__pycache__/abc.cpython-35.pyc matches /usr/lib/python3.5/importlib/abc.py
# code object from '/usr/lib/python3.5/importlib/__pycache__/abc.cpython-35.pyc'
import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ce17518>
# /usr/lib/python3.5/__pycache__/contextlib.cpython-35.pyc matches /usr/lib/python3.5/contextlib.py
# code object from '/usr/lib/python3.5/__pycache__/contextlib.cpython-35.pyc'
import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ce23710>
import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ce0deb8>
import 'imp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ce0d0f0>
# /usr/lib/python3.5/xml/__pycache__/__init__.cpython-35.pyc matches /usr/lib/python3.5/xml/__init__.py
# code object from '/usr/lib/python3.5/xml/__pycache__/__init__.cpython-35.pyc'
import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ce2a828>
# /usr/lib/python3.5/xml/dom/__pycache__/__init__.cpython-35.pyc matches /usr/lib/python3.5/xml/dom/__init__.py
# code object from '/usr/lib/python3.5/xml/dom/__pycache__/__init__.cpython-35.pyc'
# /usr/lib/python3.5/xml/dom/__pycache__/domreg.cpython-35.pyc matches /usr/lib/python3.5/xml/dom/domreg.py
# code object from '/usr/lib/python3.5/xml/dom/__pycache__/domreg.cpython-35.pyc'
import 'xml.dom.domreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ce34320>
import 'xml.dom' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ce2aa20>
# /usr/lib/python3.5/xml/dom/__pycache__/minidom.cpython-35.pyc matches /usr/lib/python3.5/xml/dom/minidom.py
# code object from '/usr/lib/python3.5/xml/dom/__pycache__/minidom.cpython-35.pyc'
# /usr/lib/python3.5/xml/dom/__pycache__/minicompat.cpython-35.pyc matches /usr/lib/python3.5/xml/dom/minicompat.py
# code object from '/usr/lib/python3.5/xml/dom/__pycache__/minicompat.cpython-35.pyc'
import 'xml.dom.minicompat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cdd44a8>
# /usr/lib/python3.5/xml/dom/__pycache__/xmlbuilder.cpython-35.pyc matches /usr/lib/python3.5/xml/dom/xmlbuilder.py
# code object from '/usr/lib/python3.5/xml/dom/__pycache__/xmlbuilder.cpython-35.pyc'
# /usr/lib/python3.5/xml/dom/__pycache__/NodeFilter.cpython-35.pyc matches /usr/lib/python3.5/xml/dom/NodeFilter.py
# code object from '/usr/lib/python3.5/xml/dom/__pycache__/NodeFilter.cpython-35.pyc'
import 'xml.dom.NodeFilter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cdea400>
import 'xml.dom.xmlbuilder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cdd4908>
import 'xml.dom.minidom' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ce2aac8>
# /usr/lib/python3.5/xml/parsers/__pycache__/__init__.cpython-35.pyc matches /usr/lib/python3.5/xml/parsers/__init__.py
# code object from '/usr/lib/python3.5/xml/parsers/__pycache__/__init__.cpython-35.pyc'
import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cdeacf8>
# /usr/lib/python3.5/xml/parsers/__pycache__/expat.cpython-35.pyc matches /usr/lib/python3.5/xml/parsers/expat.py
# code object from '/usr/lib/python3.5/xml/parsers/__pycache__/expat.cpython-35.pyc'
import 'pyexpat' # <class '_frozen_importlib.BuiltinImporter'>
import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cdeada0>
# /usr/lib/python3.5/urllib/__pycache__/__init__.cpython-35.pyc matches /usr/lib/python3.5/urllib/__init__.py
# code object from '/usr/lib/python3.5/urllib/__pycache__/__init__.cpython-35.pyc'
import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x
# code object from '/usr/lib/python3.5/importlib/__pycache__/machinery.cpython-35.pyc'
import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ce0dc50>
# /usr/lib/python3.5/importlib/__pycache__/util.cpython-35.pyc matches /usr/lib/python3.5/importlib/util.py
# code object from '/usr/lib/python3.5/importlib/__pycache__/util.cpython-35.pyc'
# /usr/lib/python3.5/importlib/__pycache__/abc.cpython-35.pyc matches /usr/lib/python3.5/importlib/abc.py
# code object from '/usr/lib/python3.5/importlib/__pycache__/abc.cpython-35.pyc'
import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ce17518>
# /usr/lib/python3.5/__pycache__/contextlib.cpython-35.pyc matches /usr/lib/python3.5/contextlib.py
# code object from '/usr/lib/python3.5/__pycache__/contextlib.cpython-35.pyc'
import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ce23710>
import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ce0deb8>
import 'imp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ce0d0f0>
# /usr/lib/python3.5/xml/__pycache__/__init__.cpython-35.pyc matches /usr/lib/python3.5/xml/__init__.py
# code object from '/usr/lib/python3.5/xml/__pycache__/__init__.cpython-35.pyc'
import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ce2a828>
# /usr/lib/python3.5/xml/dom/__pycache__/__init__.cpython-35.pyc matches /usr/lib/python3.5/xml/dom/__init__.py
# code object from '/usr/lib/python3.5/xml/dom/__pycache__/__init__.cpython-35.pyc'
# /usr/lib/python3.5/xml/dom/__pycache__/domreg.cpython-35.pyc matches /usr/lib/python3.5/xml/dom/domreg.py
# code object from '/usr/lib/python3.5/xml/dom/__pycache__/domreg.cpython-35.pyc'
import 'xml.dom.domreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ce34320>
import 'xml.dom' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ce2aa20>
# /usr/lib/python3.5/xml/dom/__pycache__/minidom.cpython-35.pyc matches /usr/lib/python3.5/xml/dom/minidom.py
# code object from '/usr/lib/python3.5/xml/dom/__pycache__/minidom.cpython-35.pyc'
# /usr/lib/python3.5/xml/dom/__pycache__/minicompat.cpython-35.pyc matches /usr/lib/python3.5/xml/dom/minicompat.py
# code object from '/usr/lib/python3.5/xml/dom/__pycache__/minicompat.cpython-35.pyc'
import 'xml.dom.minicompat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cdd44a8>
# /usr/lib/python3.5/xml/dom/__pycache__/xmlbuilder.cpython-35.pyc matches /usr/lib/python3.5/xml/dom/xmlbuilder.py
# code object from '/usr/lib/python3.5/xml/dom/__pycache__/xmlbuilder.cpython-35.pyc'
# /usr/lib/python3.5/xml/dom/__pycache__/NodeFilter.cpython-35.pyc matches /usr/lib/python3.5/xml/dom/NodeFilter.py
# code object from '/usr/lib/python3.5/xml/dom/__pycache__/NodeFilter.cpython-35.pyc'
import 'xml.dom.NodeFilter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cdea400>
import 'xml.dom.xmlbuilder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cdd4908>
import 'xml.dom.minidom' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ce2aac8>
# /usr/lib/python3.5/xml/parsers/__pycache__/__init__.cpython-35.pyc matches /usr/lib/python3.5/xml/parsers/__init__.py
# code object from '/usr/lib/python3.5/xml/parsers/__pycache__/__init__.cpython-35.pyc'
import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cdeacf8>
# /usr/lib/python3.5/xml/parsers/__pycache__/expat.cpython-35.pyc matches /usr/lib/python3.5/xml/parsers/expat.py
# code object from '/usr/lib/python3.5/xml/parsers/__pycache__/expat.cpython-35.pyc'
import 'pyexpat' # <class '_frozen_importlib.BuiltinImporter'>
import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cdeada0>
# /usr/lib/python3.5/urllib/__pycache__/__init__.cpython-35.pyc matches /usr/lib/python3.5/urllib/__init__.py
# code object from '/usr/lib/python3.5/urllib/__pycache__/__init__.cpython-35.pyc'
import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cdff160>
# /usr/lib/python3.5/urllib/__pycache__/error.cpython-35.pyc matches /usr/lib/python3.5/urllib/error.py
# code object from '/usr/lib/python3.5/urllib/__pycache__/error.cpython-35.pyc'
# /usr/lib/python3.5/urllib/__pycache__/response.cpython-35.pyc matches /usr/lib/python3.5/urllib/response.py
# code object from '/usr/lib/python3.5/urllib/__pycache__/response.cpython-35.pyc'
import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cdff710>
import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cdff240>
# /usr/lib/python3.5/urllib/__pycache__/request.cpython-35.pyc matches /usr/lib/python3.5/urllib/request.py
# code object from '/usr/lib/python3.5/urllib/__pycache__/request.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/base64.cpython-35.pyc matches /usr/lib/python3.5/base64.py
# code object from '/usr/lib/python3.5/__pycache__/base64.cpython-35.pyc'
import 'binascii' # <class '_frozen_importlib.BuiltinImporter'>
import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cda94e0>
# /usr/lib/python3.5/__pycache__/bisect.cpython-35.pyc matches /usr/lib/python3.5/bisect.py
# code object from '/usr/lib/python3.5/__pycache__/bisect.cpython-35.pyc'
import '_bisect' # <class '_frozen_importlib.BuiltinImporter'>
import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cdaf668>
# /usr/lib/python3.5/email/__pycache__/__init__.cpython-35.pyc matches /usr/lib/python3.5/email/__init__.py
# code object from '/usr/lib/python3.5/email/__pycache__/__init__.cpython-35.pyc'
import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cdaf630>
# /usr/lib/python3.5/http/__pycache__/__init__.cpython-35.pyc matches /usr/lib/python3.5/http/__init__.py
# code object from '/usr/lib/python3.5/http/__pycache__/__init__.cpython-35.pyc'
import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cdafa90>
# /usr/lib/python3.5/http/__pycache__/client.cpython-35.pyc matches /usr/lib/python3.5/http/client.py
# code object from '/usr/lib/python3.5/http/__pycache__/client.cpython-35.pyc'
# /usr/lib/python3.5/email/__pycache__/parser.cpython-35.pyc matches /usr/lib/python3.5/email/parser.py
# code object from '/usr/lib/python3.5/email/__pycache__/parser.cpython-35.pyc'
# /usr/lib/python3.5/email/__pycache__/feedparser.cpython-35.pyc matches /usr/lib/python3.5/email/feedparser.py
# code object from '/usr/lib/python3.5/email/__pycache__/feedparser.cpython-35.pyc'
# /usr/lib/python3.5/email/__pycache__/errors.cpython-35.pyc matches /usr/lib/python3.5/email/errors.py
# code object from '/usr/lib/python3.5/email/__pycache__/errors.cpython-35.pyc'
import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cd54780>
# /usr/lib/python3.5/email/__pycache__/message.cpython-35.pyc matches /usr/lib/python3.5/email/message.py
# code object from '/usr/lib/python3.5/email/__pycache__/message.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/uu.cpython-35.pyc matches /usr/lib/python3.5/uu.py
# code object from '/usr/lib/python3.5/__pycache__/uu.cpython-35.pyc'
import 'uu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cd67e80>
# /usr/lib/python3.5/__pycache__/quopri.cpython-35.pyc matches /usr/lib/python3.5/quopri.py
# code object from '/usr/lib/python3.5/__pycache__/quopri.cpython-35.pyc'
import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cd67fd0>
# /usr/lib/python3.5/email/__pycache__/utils.cpython-35.pyc matches /usr/lib/python3.5/email/utils.py
# code object from '/usr/lib/python3.5/email/__pycache__/utils.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/socket.cpython-35.pyc matches /usr/lib/python3.5/socket.py
# code object from '/usr/lib/python3.5/__pycache__/socket.cpython-35.pyc'
import '_socket' # <class '_frozen_importlib.BuiltinImporter'>
import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cd796a0>
# /usr/lib/python3.5/__pycache__/datetime.cpython-35.pyc matches /usr/lib/python3.5/datetime.py
# code object7f8e9cdff160>
# /usr/lib/python3.5/urllib/__pycache__/error.cpython-35.pyc matches /usr/lib/python3.5/urllib/error.py
# code object from '/usr/lib/python3.5/urllib/__pycache__/error.cpython-35.pyc'
# /usr/lib/python3.5/urllib/__pycache__/response.cpython-35.pyc matches /usr/lib/python3.5/urllib/response.py
# code object from '/usr/lib/python3.5/urllib/__pycache__/response.cpython-35.pyc'
import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cdff710>
import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cdff240>
# /usr/lib/python3.5/urllib/__pycache__/request.cpython-35.pyc matches /usr/lib/python3.5/urllib/request.py
# code object from '/usr/lib/python3.5/urllib/__pycache__/request.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/base64.cpython-35.pyc matches /usr/lib/python3.5/base64.py
# code object from '/usr/lib/python3.5/__pycache__/base64.cpython-35.pyc'
import 'binascii' # <class '_frozen_importlib.BuiltinImporter'>
import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cda94e0>
# /usr/lib/python3.5/__pycache__/bisect.cpython-35.pyc matches /usr/lib/python3.5/bisect.py
# code object from '/usr/lib/python3.5/__pycache__/bisect.cpython-35.pyc'
import '_bisect' # <class '_frozen_importlib.BuiltinImporter'>
import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cdaf668>
# /usr/lib/python3.5/email/__pycache__/__init__.cpython-35.pyc matches /usr/lib/python3.5/email/__init__.py
# code object from '/usr/lib/python3.5/email/__pycache__/__init__.cpython-35.pyc'
import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cdaf630>
# /usr/lib/python3.5/http/__pycache__/__init__.cpython-35.pyc matches /usr/lib/python3.5/http/__init__.py
# code object from '/usr/lib/python3.5/http/__pycache__/__init__.cpython-35.pyc'
import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cdafa90>
# /usr/lib/python3.5/http/__pycache__/client.cpython-35.pyc matches /usr/lib/python3.5/http/client.py
# code object from '/usr/lib/python3.5/http/__pycache__/client.cpython-35.pyc'
# /usr/lib/python3.5/email/__pycache__/parser.cpython-35.pyc matches /usr/lib/python3.5/email/parser.py
# code object from '/usr/lib/python3.5/email/__pycache__/parser.cpython-35.pyc'
# /usr/lib/python3.5/email/__pycache__/feedparser.cpython-35.pyc matches /usr/lib/python3.5/email/feedparser.py
# code object from '/usr/lib/python3.5/email/__pycache__/feedparser.cpython-35.pyc'
# /usr/lib/python3.5/email/__pycache__/errors.cpython-35.pyc matches /usr/lib/python3.5/email/errors.py
# code object from '/usr/lib/python3.5/email/__pycache__/errors.cpython-35.pyc'
import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cd54780>
# /usr/lib/python3.5/email/__pycache__/message.cpython-35.pyc matches /usr/lib/python3.5/email/message.py
# code object from '/usr/lib/python3.5/email/__pycache__/message.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/uu.cpython-35.pyc matches /usr/lib/python3.5/uu.py
# code object from '/usr/lib/python3.5/__pycache__/uu.cpython-35.pyc'
import 'uu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cd67e80>
# /usr/lib/python3.5/__pycache__/quopri.cpython-35.pyc matches /usr/lib/python3.5/quopri.py
# code object from '/usr/lib/python3.5/__pycache__/quopri.cpython-35.pyc'
import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cd67fd0>
# /usr/lib/python3.5/email/__pycache__/utils.cpython-35.pyc matches /usr/lib/python3.5/email/utils.py
# code object from '/usr/lib/python3.5/email/__pycache__/utils.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/socket.cpython-35.pyc matches /usr/lib/python3.5/socket.py
# code object from '/usr/lib/python3.5/__pycache__/socket.cpython-35.pyc'
import '_socket' # <class '_frozen_importlib.BuiltinImporter'>
import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cd796a0>
# /usr/lib/python3.5/__pycache__/datetime.cpython-35.pyc matches /usr/lib/python3.5/datetime.py
# code object from '/usr/lib/python3.5/__pycache__/datetime.cpython-35.pyc' from '/usr/lib/python3.5/__pycache__/datetime.cpython-35.pyc'
import '_datetime' # <class '_frozen_importlib.BuiltinImporter'>
import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cd79cc0>
# /usr/lib/python3.5/urllib/__pycache__/parse.cpython-35.pyc matches /usr/lib/python3.5/urllib/parse.py
# code object from '/usr/lib/python3.5/urllib/__pycache__/parse.cpython-35.pyc'
import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cd81a58>
# /usr/lib/python3.5/email/__pycache__/_parseaddr.cpython-35.pyc matches /usr/lib/python3.5/email/_parseaddr.py
# code object from '/usr/lib/python3.5/email/__pycache__/_parseaddr.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/calendar.cpython-35.pyc matches /usr/lib/python3.5/calendar.py
# code object from '/usr/lib/python3.5/__pycache__/calendar.cpython-35.pyc'
import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ccd43c8>
import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cccecf8>
# /usr/lib/python3.5/email/__pycache__/charset.cpython-35.pyc matches /usr/lib/python3.5/email/charset.py
# code object from '/usr/lib/python3.5/email/__pycache__/charset.cpython-35.pyc'
# /usr/lib/python3.5/email/__pycache__/base64mime.cpython-35.pyc matches /usr/lib/python3.5/email/base64mime.py
# code object from '/usr/lib/python3.5/email/__pycache__/base64mime.cpython-35.pyc'
import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ccf2438>
# /usr/lib/python3.5/email/__pycache__/quoprimime.cpython-35.pyc matches /usr/lib/python3.5/email/quoprimime.py
# code object from '/usr/lib/python3.5/email/__pycache__/quoprimime.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/string.cpython-35.pyc matches /usr/lib/python3.5/string.py
# code object from '/usr/lib/python3.5/__pycache__/string.cpython-35.pyc'
import '_string' # <class '_frozen_importlib.BuiltinImporter'>
import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ccf2d30>
import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ccf2668>
# /usr/lib/python3.5/email/__pycache__/encoders.cpython-35.pyc matches /usr/lib/python3.5/email/encoders.py
# code object from '/usr/lib/python3.5/email/__pycache__/encoders.cpython-35.pyc'
import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cd05ef0>
import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cce9898>
import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cd71630>
# /usr/lib/python3.5/email/__pycache__/_policybase.cpython-35.pyc matches /usr/lib/python3.5/email/_policybase.py
# code object from '/usr/lib/python3.5/email/__pycache__/_policybase.cpython-35.pyc'
# /usr/lib/python3.5/email/__pycache__/header.cpython-35.pyc matches /usr/lib/python3.5/email/header.py
# code object from '/usr/lib/python3.5/email/__pycache__/header.cpython-35.pyc'
import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cd06828>
import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cd79588>
# /usr/lib/python3.5/email/__pycache__/_encoded_words.cpython-35.pyc matches /usr/lib/python3.5/email/_encoded_words.py
# code object from '/usr/lib/python3.5/email/__pycache__/_encoded_words.cpython-35.pyc'
import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cc92940>
# /usr/lib/python3.5/email/__pycache__/iterators.cpython-35.pyc matches /usr/lib/python3.5/email/iterators.py
# code object from '/usr/lib/python3.5/email/__pycache__/iterators.cpython-35.pyc'
import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cc99080>
import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cd54860>
import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cdc89b0>
import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cdc85f8>
# /usr/lib/python3.5/__pycache__/ssl.cpython-35.pyc matc
import '_datetime' # <class '_frozen_importlib.BuiltinImporter'>
import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cd79cc0>
# /usr/lib/python3.5/urllib/__pycache__/parse.cpython-35.pyc matches /usr/lib/python3.5/urllib/parse.py
# code object from '/usr/lib/python3.5/urllib/__pycache__/parse.cpython-35.pyc'
import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cd81a58>
# /usr/lib/python3.5/email/__pycache__/_parseaddr.cpython-35.pyc matches /usr/lib/python3.5/email/_parseaddr.py
# code object from '/usr/lib/python3.5/email/__pycache__/_parseaddr.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/calendar.cpython-35.pyc matches /usr/lib/python3.5/calendar.py
# code object from '/usr/lib/python3.5/__pycache__/calendar.cpython-35.pyc'
import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ccd43c8>
import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cccecf8>
# /usr/lib/python3.5/email/__pycache__/charset.cpython-35.pyc matches /usr/lib/python3.5/email/charset.py
# code object from '/usr/lib/python3.5/email/__pycache__/charset.cpython-35.pyc'
# /usr/lib/python3.5/email/__pycache__/base64mime.cpython-35.pyc matches /usr/lib/python3.5/email/base64mime.py
# code object from '/usr/lib/python3.5/email/__pycache__/base64mime.cpython-35.pyc'
import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ccf2438>
# /usr/lib/python3.5/email/__pycache__/quoprimime.cpython-35.pyc matches /usr/lib/python3.5/email/quoprimime.py
# code object from '/usr/lib/python3.5/email/__pycache__/quoprimime.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/string.cpython-35.pyc matches /usr/lib/python3.5/string.py
# code object from '/usr/lib/python3.5/__pycache__/string.cpython-35.pyc'
import '_string' # <class '_frozen_importlib.BuiltinImporter'>
import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ccf2d30>
import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ccf2668>
# /usr/lib/python3.5/email/__pycache__/encoders.cpython-35.pyc matches /usr/lib/python3.5/email/encoders.py
# code object from '/usr/lib/python3.5/email/__pycache__/encoders.cpython-35.pyc'
import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cd05ef0>
import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cce9898>
import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cd71630>
# /usr/lib/python3.5/email/__pycache__/_policybase.cpython-35.pyc matches /usr/lib/python3.5/email/_policybase.py
# code object from '/usr/lib/python3.5/email/__pycache__/_policybase.cpython-35.pyc'
# /usr/lib/python3.5/email/__pycache__/header.cpython-35.pyc matches /usr/lib/python3.5/email/header.py
# code object from '/usr/lib/python3.5/email/__pycache__/header.cpython-35.pyc'
import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cd06828>
import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cd79588>
# /usr/lib/python3.5/email/__pycache__/_encoded_words.cpython-35.pyc matches /usr/lib/python3.5/email/_encoded_words.py
# code object from '/usr/lib/python3.5/email/__pycache__/_encoded_words.cpython-35.pyc'
import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cc92940>
# /usr/lib/python3.5/email/__pycache__/iterators.cpython-35.pyc matches /usr/lib/python3.5/email/iterators.py
# code object from '/usr/lib/python3.5/email/__pycache__/iterators.cpython-35.pyc'
import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cc99080>
import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cd54860>
import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cdc89b0>
import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cdc85f8>
# /usr/lib/python3.5/__pycache__/ssl.cpython-35.pyc matches /usr/lib/python3.5/ssl.py
# code object from '/usr/lib/python3.5/__pycache__/ssl.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/ipaddress.cpython-35.pyc matches /usr/lib/python3.5/ipaddress.py
# code object from '/usr/lib/python3.5/__pycache__/ipaddress.cpython-35.pyc'
import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ccad550>
# /usr/lib/python3.5/__pycache__/textwrap.cpython-35.pyc matches /usr/lib/python3.5/textwrap.py
# code object from '/usr/lib/python3.5/__pycache__/textwrap.cpython-35.pyc'
import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ccbeac8>
# extension module '_ssl' loaded from '/usr/lib/python3.5/lib-dynload/_ssl.cpython-35m-x86_64-linux-gnu.so'
# extension module '_ssl' executed from '/usr/lib/python3.5/lib-dynload/_ssl.cpython-35m-x86_64-linux-gnu.so'
import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8e9cd20898>
import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cc994e0>
import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cdafeb8>
import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cdfff98>
# /usr/lib/python3/dist-packages/__pycache__/problem_report.cpython-35.pyc matches /usr/lib/python3/dist-packages/problem_report.py
# code object from '/usr/lib/python3/dist-packages/__pycache__/problem_report.cpython-35.pyc'
import 'zlib' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.5/__pycache__/gzip.cpython-35.pyc matches /usr/lib/python3.5/gzip.py
# code object from '/usr/lib/python3.5/__pycache__/gzip.cpython-35.pyc'
import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cd0cf98>
# /usr/lib/python3.5/email/mime/__pycache__/__init__.cpython-35.pyc matches /usr/lib/python3.5/email/mime/__init__.py
# code object from '/usr/lib/python3.5/email/mime/__pycache__/__init__.cpython-35.pyc'
import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cc70cf8>
# /usr/lib/python3.5/email/mime/__pycache__/multipart.cpython-35.pyc matches /usr/lib/python3.5/email/mime/multipart.py
# code object from '/usr/lib/python3.5/email/mime/__pycache__/multipart.cpython-35.pyc'
# /usr/lib/python3.5/email/mime/__pycache__/base.cpython-35.pyc matches /usr/lib/python3.5/email/mime/base.py
# code object from '/usr/lib/python3.5/email/mime/__pycache__/base.cpython-35.pyc'
import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cc70f28>
import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cc70dd8>
# /usr/lib/python3.5/email/mime/__pycache__/text.cpython-35.pyc matches /usr/lib/python3.5/email/mime/text.py
# code object from '/usr/lib/python3.5/email/mime/__pycache__/text.cpython-35.pyc'
# /usr/lib/python3.5/email/mime/__pycache__/nonmultipart.cpython-35.pyc matches /usr/lib/python3.5/email/mime/nonmultipart.py
# code object from '/usr/lib/python3.5/email/mime/__pycache__/nonmultipart.cpython-35.pyc'
import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cc78128>
import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cc70ef0>
import 'problem_report' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cd9dda0>
# /usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-35.pyc matches /usr/lib/python3/dist-packages/apport/fileutils.py
# code object from '/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/configparser.cpython-35.pyc matches /usr/lib/python3.5/configparser.py
# code object from '/usr/lib/python3.5/__pycache__/configparser.cpython-35.pyc'
import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cc78c50>
# /usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-35.pyc matches /usr/lib/python3/dist-packages/apport/packaging_impl.py
# code object from '/usr/lib/python3/dist-packages/apport/__pycache__/packahes /usr/lib/python3.5/ssl.py
# code object from '/usr/lib/python3.5/__pycache__/ssl.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/ipaddress.cpython-35.pyc matches /usr/lib/python3.5/ipaddress.py
# code object from '/usr/lib/python3.5/__pycache__/ipaddress.cpython-35.pyc'
import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ccad550>
# /usr/lib/python3.5/__pycache__/textwrap.cpython-35.pyc matches /usr/lib/python3.5/textwrap.py
# code object from '/usr/lib/python3.5/__pycache__/textwrap.cpython-35.pyc'
import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ccbeac8>
# extension module '_ssl' loaded from '/usr/lib/python3.5/lib-dynload/_ssl.cpython-35m-x86_64-linux-gnu.so'
# extension module '_ssl' executed from '/usr/lib/python3.5/lib-dynload/_ssl.cpython-35m-x86_64-linux-gnu.so'
import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8e9cd20898>
import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cc994e0>
import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cdafeb8>
import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cdfff98>
# /usr/lib/python3/dist-packages/__pycache__/problem_report.cpython-35.pyc matches /usr/lib/python3/dist-packages/problem_report.py
# code object from '/usr/lib/python3/dist-packages/__pycache__/problem_report.cpython-35.pyc'
import 'zlib' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.5/__pycache__/gzip.cpython-35.pyc matches /usr/lib/python3.5/gzip.py
# code object from '/usr/lib/python3.5/__pycache__/gzip.cpython-35.pyc'
import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cd0cf98>
# /usr/lib/python3.5/email/mime/__pycache__/__init__.cpython-35.pyc matches /usr/lib/python3.5/email/mime/__init__.py
# code object from '/usr/lib/python3.5/email/mime/__pycache__/__init__.cpython-35.pyc'
import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cc70cf8>
# /usr/lib/python3.5/email/mime/__pycache__/multipart.cpython-35.pyc matches /usr/lib/python3.5/email/mime/multipart.py
# code object from '/usr/lib/python3.5/email/mime/__pycache__/multipart.cpython-35.pyc'
# /usr/lib/python3.5/email/mime/__pycache__/base.cpython-35.pyc matches /usr/lib/python3.5/email/mime/base.py
# code object from '/usr/lib/python3.5/email/mime/__pycache__/base.cpython-35.pyc'
import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cc70f28>
import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cc70dd8>
# /usr/lib/python3.5/email/mime/__pycache__/text.cpython-35.pyc matches /usr/lib/python3.5/email/mime/text.py
# code object from '/usr/lib/python3.5/email/mime/__pycache__/text.cpython-35.pyc'
# /usr/lib/python3.5/email/mime/__pycache__/nonmultipart.cpython-35.pyc matches /usr/lib/python3.5/email/mime/nonmultipart.py
# code object from '/usr/lib/python3.5/email/mime/__pycache__/nonmultipart.cpython-35.pyc'
import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cc78128>
import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cc70ef0>
import 'problem_report' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cd9dda0>
# /usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-35.pyc matches /usr/lib/python3/dist-packages/apport/fileutils.py
# code object from '/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/configparser.cpython-35.pyc matches /usr/lib/python3.5/configparser.py
# code object from '/usr/lib/python3.5/__pycache__/configparser.cpython-35.pyc'
import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cc78c50>
# /usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-35.pyc matches /usr/lib/python3/dist-packages/apport/packaging_impl.py
# code object from '/usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-35.pyc'ging_impl.cpython-35.pyc'
# /usr/lib/python3.5/json/__pycache__/__init__.cpython-35.pyc matches /usr/lib/python3.5/json/__init__.py
# code object from '/usr/lib/python3.5/json/__pycache__/__init__.cpython-35.pyc'
# /usr/lib/python3.5/json/__pycache__/decoder.cpython-35.pyc matches /usr/lib/python3.5/json/decoder.py
# code object from '/usr/lib/python3.5/json/__pycache__/decoder.cpython-35.pyc'
# /usr/lib/python3.5/json/__pycache__/scanner.cpython-35.pyc matches /usr/lib/python3.5/json/scanner.py
# code object from '/usr/lib/python3.5/json/__pycache__/scanner.cpython-35.pyc'
# extension module '_json' loaded from '/usr/lib/python3.5/lib-dynload/_json.cpython-35m-x86_64-linux-gnu.so'
# extension module '_json' executed from '/usr/lib/python3.5/lib-dynload/_json.cpython-35m-x86_64-linux-gnu.so'
import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8e9c7a8550>
import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9c7a8240>
import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9c7a2b38>
# /usr/lib/python3.5/json/__pycache__/encoder.cpython-35.pyc matches /usr/lib/python3.5/json/encoder.py
# code object from '/usr/lib/python3.5/json/__pycache__/encoder.cpython-35.pyc'
import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9c7a8358>
import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9c7a28d0>
# /usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-35.pyc matches /usr/lib/python3/dist-packages/apt/__init__.py
# code object from '/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/__future__.cpython-35.pyc matches /usr/lib/python3.5/__future__.py
# code object from '/usr/lib/python3.5/__pycache__/__future__.cpython-35.pyc'
import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9c7b06d8>
# extension module 'apt_pkg' loaded from '/usr/lib/python3/dist-packages/apt_pkg.cpython-35m-x86_64-linux-gnu.so'
# extension module 'apt_pkg' executed from '/usr/lib/python3/dist-packages/apt_pkg.cpython-35m-x86_64-linux-gnu.so'
import 'apt_pkg' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8e9c7b0b70>
# /usr/lib/python3/dist-packages/apt/__pycache__/package.cpython-35.pyc matches /usr/lib/python3/dist-packages/apt/package.py
# code object from '/usr/lib/python3/dist-packages/apt/__pycache__/package.cpython-35.pyc'
# /usr/lib/python3/dist-packages/apt/progress/__pycache__/__init__.cpython-35.pyc matches /usr/lib/python3/dist-packages/apt/progress/__init__.py
# code object from '/usr/lib/python3/dist-packages/apt/progress/__pycache__/__init__.cpython-35.pyc'
import 'apt.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9b5c2828>
# /usr/lib/python3/dist-packages/apt/progress/__pycache__/text.cpython-35.pyc matches /usr/lib/python3/dist-packages/apt/progress/text.py
# code object from '/usr/lib/python3/dist-packages/apt/progress/__pycache__/text.cpython-35.pyc'
# /usr/lib/python3/dist-packages/apt/progress/__pycache__/base.cpython-35.pyc matches /usr/lib/python3/dist-packages/apt/progress/base.py
# code object from '/usr/lib/python3/dist-packages/apt/progress/__pycache__/base.cpython-35.pyc'
import 'fcntl' # <class '_frozen_importlib.BuiltinImporter'>
import 'apt.progress.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9b5c9390>
import 'apt.progress.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9b5c2978>
import 'apt.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9c7c1278>
# /usr/lib/python3/dist-packages/apt/__pycache__/cache.cpython-35.pyc matches /usr/lib/python3/dist-packages/apt/cache.py
# code object from '/usr/lib/python3/dist-packages/apt/__pycache__/cache.cpython-35.pyc'
import 'apt.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9b5be2e8>
# /usr/lib/python3/dist-packages/apt/__pycache__/cdrom.cpython-35.pyc matches /usr/lib/python3/dist-packages/apt/cdrom.py
# code object from '/usr/lib/python3/dist-pa
# /usr/lib/python3.5/json/__pycache__/__init__.cpython-35.pyc matches /usr/lib/python3.5/json/__init__.py
# code object from '/usr/lib/python3.5/json/__pycache__/__init__.cpython-35.pyc'
# /usr/lib/python3.5/json/__pycache__/decoder.cpython-35.pyc matches /usr/lib/python3.5/json/decoder.py
# code object from '/usr/lib/python3.5/json/__pycache__/decoder.cpython-35.pyc'
# /usr/lib/python3.5/json/__pycache__/scanner.cpython-35.pyc matches /usr/lib/python3.5/json/scanner.py
# code object from '/usr/lib/python3.5/json/__pycache__/scanner.cpython-35.pyc'
# extension module '_json' loaded from '/usr/lib/python3.5/lib-dynload/_json.cpython-35m-x86_64-linux-gnu.so'
# extension module '_json' executed from '/usr/lib/python3.5/lib-dynload/_json.cpython-35m-x86_64-linux-gnu.so'
import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8e9c7a8550>
import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9c7a8240>
import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9c7a2b38>
# /usr/lib/python3.5/json/__pycache__/encoder.cpython-35.pyc matches /usr/lib/python3.5/json/encoder.py
# code object from '/usr/lib/python3.5/json/__pycache__/encoder.cpython-35.pyc'
import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9c7a8358>
import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9c7a28d0>
# /usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-35.pyc matches /usr/lib/python3/dist-packages/apt/__init__.py
# code object from '/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/__future__.cpython-35.pyc matches /usr/lib/python3.5/__future__.py
# code object from '/usr/lib/python3.5/__pycache__/__future__.cpython-35.pyc'
import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9c7b06d8>
# extension module 'apt_pkg' loaded from '/usr/lib/python3/dist-packages/apt_pkg.cpython-35m-x86_64-linux-gnu.so'
# extension module 'apt_pkg' executed from '/usr/lib/python3/dist-packages/apt_pkg.cpython-35m-x86_64-linux-gnu.so'
import 'apt_pkg' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8e9c7b0b70>
# /usr/lib/python3/dist-packages/apt/__pycache__/package.cpython-35.pyc matches /usr/lib/python3/dist-packages/apt/package.py
# code object from '/usr/lib/python3/dist-packages/apt/__pycache__/package.cpython-35.pyc'
# /usr/lib/python3/dist-packages/apt/progress/__pycache__/__init__.cpython-35.pyc matches /usr/lib/python3/dist-packages/apt/progress/__init__.py
# code object from '/usr/lib/python3/dist-packages/apt/progress/__pycache__/__init__.cpython-35.pyc'
import 'apt.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9b5c2828>
# /usr/lib/python3/dist-packages/apt/progress/__pycache__/text.cpython-35.pyc matches /usr/lib/python3/dist-packages/apt/progress/text.py
# code object from '/usr/lib/python3/dist-packages/apt/progress/__pycache__/text.cpython-35.pyc'
# /usr/lib/python3/dist-packages/apt/progress/__pycache__/base.cpython-35.pyc matches /usr/lib/python3/dist-packages/apt/progress/base.py
# code object from '/usr/lib/python3/dist-packages/apt/progress/__pycache__/base.cpython-35.pyc'
import 'fcntl' # <class '_frozen_importlib.BuiltinImporter'>
import 'apt.progress.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9b5c9390>
import 'apt.progress.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9b5c2978>
import 'apt.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9c7c1278>
# /usr/lib/python3/dist-packages/apt/__pycache__/cache.cpython-35.pyc matches /usr/lib/python3/dist-packages/apt/cache.py
# code object from '/usr/lib/python3/dist-packages/apt/__pycache__/cache.cpython-35.pyc'
import 'apt.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9b5be2e8>
# /usr/lib/python3/dist-packages/apt/__pycache__/cdrom.cpython-35.pyc matches /usr/lib/python3/dist-packages/apt/cdrom.py
# code object from '/usr/lib/python3/dist-packages/apt/__pycache__/cdrom.cpython-35.pyc'
import 'apt.cdrom' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9b5e23c8>
import 'apt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9c7b0518>
# /usr/lib/python3.5/__pycache__/pickle.cpython-35.pyc matches /usr/lib/python3.5/pickle.py
# code object from '/usr/lib/python3.5/__pycache__/pickle.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/_compat_pickle.cpython-35.pyc matches /usr/lib/python3.5/_compat_pickle.py
# code object from '/usr/lib/python3.5/__pycache__/_compat_pickle.cpython-35.pyc'
import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9dda2b70>
import '_pickle' # <class '_frozen_importlib.BuiltinImporter'>
import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9c7b05c0>
# /usr/lib/python3/dist-packages/apport/__pycache__/packaging.cpython-35.pyc matches /usr/lib/python3/dist-packages/apport/packaging.py
# code object from '/usr/lib/python3/dist-packages/apport/__pycache__/packaging.cpython-35.pyc'
import 'apport.packaging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9dda2940>
import 'apport.packaging_impl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9c7909b0>
import 'apport.fileutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cc783c8>
import 'apport.report' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de180b8>
# /usr/lib/python3.5/__pycache__/gettext.cpython-35.pyc matches /usr/lib/python3.5/gettext.py
# code object from '/usr/lib/python3.5/__pycache__/gettext.cpython-35.pyc'
import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ddb7278>
import 'apport' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de7f860>
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: cannot import name 'QtWebKit'
ckages/apt/__pycache__/cdrom.cpython-35.pyc'
import 'apt.cdrom' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9b5e23c8>
import 'apt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9c7b0518>
# /usr/lib/python3.5/__pycache__/pickle.cpython-35.pyc matches /usr/lib/python3.5/pickle.py
# code object from '/usr/lib/python3.5/__pycache__/pickle.cpython-35.pyc'
# /usr/lib/python3.5/__pycache__/_compat_pickle.cpython-35.pyc matches /usr/lib/python3.5/_compat_pickle.py
# code object from '/usr/lib/python3.5/__pycache__/_compat_pickle.cpython-35.pyc'
import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9dda2b70>
import '_pickle' # <class '_frozen_importlib.BuiltinImporter'>
import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9c7b05c0>
# /usr/lib/python3/dist-packages/apport/__pycache__/packaging.cpython-35.pyc matches /usr/lib/python3/dist-packages/apport/packaging.py
# code object from '/usr/lib/python3/dist-packages/apport/__pycache__/packaging.cpython-35.pyc'
import 'apport.packaging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9dda2940>
import 'apport.packaging_impl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9c7909b0>
import 'apport.fileutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9cc783c8>
import 'apport.report' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de180b8>
# /usr/lib/python3.5/__pycache__/gettext.cpython-35.pyc matches /usr/lib/python3.5/gettext.py
# code object from '/usr/lib/python3.5/__pycache__/gettext.cpython-35.pyc'
import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9ddb7278>
import 'apport' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e9de7f860>
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: cannot import name 'QtWebKit'
# clear builtins._
# clear sys.path
# clear sys.argv
# clear sys.ps1
# clear sys.ps2
# clear sys.last_type
# clear sys.last_value
# clear sys.last_traceback
# clear sys.path_hooks
# clear sys.path_importer_cache
# clear sys.meta_path
# clear sys.__interactivehook__
# clear sys.flags
# clear sys.float_info
# restore sys.stdin
# restore sys.stdout
# restore sys.stderr
# cleanup[2] removing copy
# cleanup[2] removing math
# cleanup[2] removing types
# cleanup[2] removing _random
# cleanup[2] removing configparser
# destroy configparser
# cleanup[2] removing pyexpat.model
# cleanup[2] removing importlib.abc
# cleanup[2] removing _compression
# cleanup[2] removing _operator
# cleanup[2] removing copyreg
# cleanup[2] removing _warnings
# cleanup[2] removing email.errors
# cleanup[2] removing json.encoder
# cleanup[2] removing _frozen_importlib
# cleanup[2] removing _compat_pickle
# cleanup[2] removing fcntl
# cleanup[2] removing marshal
# cleanup[2] removing tarfile
# cleanup[2] removing glob
# cleanup[2] removing _lzma
# cleanup[2] removing builtins
# cleanup[2] removing encodings.aliases
# cleanup[2] removing sre_parse
# cleanup[2] removing string
# cleanup[2] removing locale
# cleanup[2] removing pyexpat.errors
# cleanup[2] removing _signal
# cleanup[2] removing selectors
# cleanup[2] removing tempfile
# cleanup[2] removing _bisect
# cleanup[2] removing socket
# cleanup[2] removing importlib._bootstrap_external
# cleanup[2] removing apt.progress
# cleanup[2] removing urllib.error
# cleanup[2] removing sitecustomize
# destroy sitecustomize
# cleanup[2] removing email.mime.nonmultipart
# cleanup[2] removing atexit
# cleanup[2] removing _sitebuiltins
# cleanup[2] removing xml.dom.xmlbuilder
# cleanup[2] removing calendar
# cleanup[2] removing posixpath
# cleanup[2] removing email.encoders
# cleanup[2] removing pyexpat
# cleanup[2] removing email.mime.multipart
# cleanup[2] removing xml.parsers.expat.model
# cleanup[2] removing ssl
# cleanup[2] removing signal
# cleanup[2] removing sysconfig
# destroy sysconfig
# cleanup[2] removing json.decoder
# cleanup[2] removing pwd
# cleanup[2] removing apport.packaging_impl
# cleanup[2] removing os
# cleanup[2] removing _json
# cleanup[2] removing enum
# destroy enum
# cleanup[2] removing gzip
# cleanup[2] removing apt.package
# cleanup[2] removing lzma
# destroy lzma
# cleanup[2] removing io
# cleanup[2] removing email.header
# cleanup[2] removing email.base64mime
# cleanup[2] removing threading
# cleanup[2] removing bz2
# destroy bz2
# cleanup[2] removing _sysconfigdata_m
# destroy _sysconfigdata_m
# cleanup[2] removing urllib.request
# cleanup[2] removing ipaddress
# cleanup[2] removing urllib
# cleanup[2] removing http.client
# cleanup[2] removing textwrap
# cleanup[2] removing email.utils
# cleanup[2] removing email.quoprimime
# cleanup[2] removing email.parser
# cleanup[2] removing bisect
# cleanup[2] removing site
# destroy site
# cleanup[2] removing apt.progress.text
# cleanup[2] removing zlib
# cleanup[2] removing apt.progress.base
# cleanup[2] removing apt
# cleanup[2] removing apport.fileutils
# cleanup[2] removing PyQt5
# destroy PyQt5
# cleanup[2] removing xml.parsers.expat.errors
# cleanup[2] removing email.message
# cleanup[2] removing _string
# cleanup[2] removing _locale
# cleanup[2] removing xml.dom
# cleanup[2] removing shutil
# cleanup[2] removing __main__
# destroy __main__
# cleanup[2] removing collections.abc
# cleanup[2] removing _collections_abc
# cleanup[2] removing email.feedparser
# cleanup[2] removing binascii
# cleanup[2] removing email.iterators
# cleanup[2] removing tokenize
# cleanup[2] removing _ssl
# cleanup[2] removing errno
# cleanup[2] removing random
# cleanup[2] removing importlib._bootstrap
# cleanup[2] removing pickle
# cleanup[2] removing struct
# cleanup[2] removing _bootlocale
# destroy _bootlocale
# cleanup[2] removing email._policybase
# cleanup[2] removing keyword
# destroy keyword
# cleanup[2] removing _codecs
# cleanup[2] removing apport.report
# cleanup[2] removing sre_compile
# cleanup[2] removing _hashlib
# cleanup[2] removing _wea# clear builtins._
# clear sys.path
# clear sys.argv
# clear sys.ps1
# clear sys.ps2
# clear sys.last_type
# clear sys.last_value
# clear sys.last_traceback
# clear sys.path_hooks
# clear sys.path_importer_cache
# clear sys.meta_path
# clear sys.__interactivehook__
# clear sys.flags
# clear sys.float_info
# restore sys.stdin
# restore sys.stdout
# restore sys.stderr
# cleanup[2] removing copy
# cleanup[2] removing math
# cleanup[2] removing types
# cleanup[2] removing _random
# cleanup[2] removing configparser
# destroy configparser
# cleanup[2] removing pyexpat.model
# cleanup[2] removing importlib.abc
# cleanup[2] removing _compression
# cleanup[2] removing _operator
# cleanup[2] removing copyreg
# cleanup[2] removing _warnings
# cleanup[2] removing email.errors
# cleanup[2] removing json.encoder
# cleanup[2] removing _frozen_importlib
# cleanup[2] removing _compat_pickle
# cleanup[2] removing fcntl
# cleanup[2] removing marshal
# cleanup[2] removing tarfile
# cleanup[2] removing glob
# cleanup[2] removing _lzma
# cleanup[2] removing builtins
# cleanup[2] removing encodings.aliases
# cleanup[2] removing sre_parse
# cleanup[2] removing string
# cleanup[2] removing locale
# cleanup[2] removing pyexpat.errors
# cleanup[2] removing _signal
# cleanup[2] removing selectors
# cleanup[2] removing tempfile
# cleanup[2] removing _bisect
# cleanup[2] removing socket
# cleanup[2] removing importlib._bootstrap_external
# cleanup[2] removing apt.progress
# cleanup[2] removing urllib.error
# cleanup[2] removing sitecustomize
# destroy sitecustomize
# cleanup[2] removing email.mime.nonmultipart
# cleanup[2] removing atexit
# cleanup[2] removing _sitebuiltins
# cleanup[2] removing xml.dom.xmlbuilder
# cleanup[2] removing calendar
# cleanup[2] removing posixpath
# cleanup[2] removing email.encoders
# cleanup[2] removing pyexpat
# cleanup[2] removing email.mime.multipart
# cleanup[2] removing xml.parsers.expat.model
# cleanup[2] removing ssl
# cleanup[2] removing signal
# cleanup[2] removing sysconfig
# destroy sysconfig
# cleanup[2] removing json.decoder
# cleanup[2] removing pwd
# cleanup[2] removing apport.packaging_impl
# cleanup[2] removing os
# cleanup[2] removing _json
# cleanup[2] removing enum
# destroy enum
# cleanup[2] removing gzip
# cleanup[2] removing apt.package
# cleanup[2] removing lzma
# destroy lzma
# cleanup[2] removing io
# cleanup[2] removing email.header
# cleanup[2] removing email.base64mime
# cleanup[2] removing threading
# cleanup[2] removing bz2
# destroy bz2
# cleanup[2] removing _sysconfigdata_m
# destroy _sysconfigdata_m
# cleanup[2] removing urllib.request
# cleanup[2] removing ipaddress
# cleanup[2] removing urllib
# cleanup[2] removing http.client
# cleanup[2] removing textwrap
# cleanup[2] removing email.utils
# cleanup[2] removing email.quoprimime
# cleanup[2] removing email.parser
# cleanup[2] removing bisect
# cleanup[2] removing site
# destroy site
# cleanup[2] removing apt.progress.text
# cleanup[2] removing zlib
# cleanup[2] removing apt.progress.base
# cleanup[2] removing apt
# cleanup[2] removing apport.fileutils
# cleanup[2] removing PyQt5
# destroy PyQt5
# cleanup[2] removing xml.parsers.expat.errors
# cleanup[2] removing email.message
# cleanup[2] removing _string
# cleanup[2] removing _locale
# cleanup[2] removing xml.dom
# cleanup[2] removing shutil
# cleanup[2] removing __main__
# destroy __main__
# cleanup[2] removing collections.abc
# cleanup[2] removing _collections_abc
# cleanup[2] removing email.feedparser
# cleanup[2] removing binascii
# cleanup[2] removing email.iterators
# cleanup[2] removing tokenize
# cleanup[2] removing _ssl
# cleanup[2] removing errno
# cleanup[2] removing random
# cleanup[2] removing importlib._bootstrap
# cleanup[2] removing pickle
# cleanup[2] removing struct
# cleanup[2] removing _bootlocale
# destroy _bootlocale
# cleanup[2] removing email._policybase
# cleanup[2] removing keyword
# destroy keyword
# cleanup[2] removing _codecs
# cleanup[2] removing apport.report
# cleanup[2] removing sre_compile
# cleanup[2] removing _hashlib
# cleanup[2] removing _weakref
# cleanup[2] removing encodings.latin_1
# cleanup[2] removing __future__
# destroy __future__
# cleanup[2] removing xml.dom.domreg
# cleanup[2] removing apport.packaging
# destroy apport.packaging
# cleanup[2] removing collections
# cleanup[2] removing _functools
# cleanup[2] removing _frozen_importlib_external
# cleanup[2] removing traceback
# cleanup[2] removing encodings.utf_8
# cleanup[2] removing codecs
# cleanup[2] removing _weakrefset
# destroy _weakrefset
# cleanup[2] removing zipimport
# cleanup[2] removing email.mime
# cleanup[2] removing grp
# cleanup[2] removing _struct
# cleanup[2] removing weakref
# cleanup[2] removing abc
# cleanup[2] removing importlib.util
# cleanup[2] removing warnings
# cleanup[2] removing xml.dom.minicompat
# cleanup[2] removing xml.dom.NodeFilter
# cleanup[2] removing xml.dom.minidom
# cleanup[2] removing xml
# cleanup[2] removing gettext
# cleanup[2] removing email._encoded_words
# cleanup[2] removing _posixsubprocess
# cleanup[2] removing time
# cleanup[2] removing urllib.response
# cleanup[2] removing quopri
# cleanup[2] removing contextlib
# cleanup[2] removing _sre
# cleanup[2] removing _pickle
# cleanup[2] removing importlib
# cleanup[2] removing linecache
# cleanup[2] removing json
# cleanup[2] removing urllib.parse
# cleanup[2] removing _io
# cleanup[2] removing xml.parsers
# cleanup[2] removing sys
# cleanup[2] removing _bz2
# cleanup[2] removing apt.cache
# cleanup[2] removing re
# cleanup[2] removing apt.cdrom
# cleanup[2] removing encodings
# cleanup[2] removing imp
# cleanup[2] removing email.charset
# cleanup[2] removing _collections
# cleanup[2] removing _heapq
# cleanup[2] removing itertools
# cleanup[2] removing json.scanner
# cleanup[2] removing problem_report
# cleanup[2] removing posix
# cleanup[2] removing fnmatch
# cleanup[2] removing _sysconfigdata
# destroy _sysconfigdata
# cleanup[2] removing email
# cleanup[2] removing email._parseaddr
# cleanup[2] removing uu
# cleanup[2] removing apport
# cleanup[2] removing stat
# cleanup[2] removing os.path
# cleanup[2] removing datetime
# cleanup[2] removing importlib.machinery
# cleanup[2] removing sre_constants
# destroy sre_constants
# cleanup[2] removing _stat
# cleanup[2] removing genericpath
# cleanup[2] removing http
# cleanup[2] removing subprocess
# cleanup[2] removing select
# cleanup[2] removing apt_pkg
# cleanup[2] removing email.mime.text
# cleanup[2] removing _socket
# cleanup[2] removing token
# destroy token
# cleanup[2] removing xml.parsers.expat
# cleanup[2] removing functools
# cleanup[2] removing operator
# destroy operator
# cleanup[2] removing _datetime
# cleanup[2] removing _imp
# cleanup[2] removing hashlib
# cleanup[2] removing apport_python_hook
# destroy apport_python_hook
# cleanup[2] removing email.mime.base
# cleanup[2] removing reprlib
# destroy reprlib
# cleanup[2] removing base64
# cleanup[2] removing _thread
# cleanup[2] removing heapq
# destroy _datetime
# destroy _bz2
# destroy zipimport
# destroy _sitebuiltins
# destroy copyreg
# destroy sre_compile
# destroy sre_parse
# destroy _sre
# destroy linecache
# destroy _collections_abc
# destroy heapq
# destroy _operator
# destroy _heapq
# destroy _collections
# destroy _functools
# destroy collections.abc
# destroy apport.packaging_impl
# destroy gettext
# destroy apport.report
# destroy apport.fileutils
# destroy imp
# destroy problem_report
# destroy traceback
# destroy signal
# destroy threading
# destroy _signal
# destroy _posixsubprocess
# destroy tarfile
# destroy grp
# destroy _lzma
# destroy math
# destroy _random
# destroy _hashlib
# destroy atexit
# destroy encodings
# destroy _locale
# destroy importlib
# destroy tokenize
# destroy importlib.util
# destroy types
# destroy importlib.abc
# destroy importlib.machinery
# destroy xml.dom
# destroy xml.parsers
# destroy xml.parsers.expat
# destroy xml.dom.minidom
# destroy xml.dom.minicompat
# destroy xml.dom.NodeFilter
# destroy xml.dom.xmlbuilder
# destroy xml.dom.domreg
# destroy xml
# destroy pyexpat.model
# destroy pyexpat.errors
# destroy pyexpat
# destroy urllib.requekref
# cleanup[2] removing encodings.latin_1
# cleanup[2] removing __future__
# destroy __future__
# cleanup[2] removing xml.dom.domreg
# cleanup[2] removing apport.packaging
# destroy apport.packaging
# cleanup[2] removing collections
# cleanup[2] removing _functools
# cleanup[2] removing _frozen_importlib_external
# cleanup[2] removing traceback
# cleanup[2] removing encodings.utf_8
# cleanup[2] removing codecs
# cleanup[2] removing _weakrefset
# destroy _weakrefset
# cleanup[2] removing zipimport
# cleanup[2] removing email.mime
# cleanup[2] removing grp
# cleanup[2] removing _struct
# cleanup[2] removing weakref
# cleanup[2] removing abc
# cleanup[2] removing importlib.util
# cleanup[2] removing warnings
# cleanup[2] removing xml.dom.minicompat
# cleanup[2] removing xml.dom.NodeFilter
# cleanup[2] removing xml.dom.minidom
# cleanup[2] removing xml
# cleanup[2] removing gettext
# cleanup[2] removing email._encoded_words
# cleanup[2] removing _posixsubprocess
# cleanup[2] removing time
# cleanup[2] removing urllib.response
# cleanup[2] removing quopri
# cleanup[2] removing contextlib
# cleanup[2] removing _sre
# cleanup[2] removing _pickle
# cleanup[2] removing importlib
# cleanup[2] removing linecache
# cleanup[2] removing json
# cleanup[2] removing urllib.parse
# cleanup[2] removing _io
# cleanup[2] removing xml.parsers
# cleanup[2] removing sys
# cleanup[2] removing _bz2
# cleanup[2] removing apt.cache
# cleanup[2] removing re
# cleanup[2] removing apt.cdrom
# cleanup[2] removing encodings
# cleanup[2] removing imp
# cleanup[2] removing email.charset
# cleanup[2] removing _collections
# cleanup[2] removing _heapq
# cleanup[2] removing itertools
# cleanup[2] removing json.scanner
# cleanup[2] removing problem_report
# cleanup[2] removing posix
# cleanup[2] removing fnmatch
# cleanup[2] removing _sysconfigdata
# destroy _sysconfigdata
# cleanup[2] removing email
# cleanup[2] removing email._parseaddr
# cleanup[2] removing uu
# cleanup[2] removing apport
# cleanup[2] removing stat
# cleanup[2] removing os.path
# cleanup[2] removing datetime
# cleanup[2] removing importlib.machinery
# cleanup[2] removing sre_constants
# destroy sre_constants
# cleanup[2] removing _stat
# cleanup[2] removing genericpath
# cleanup[2] removing http
# cleanup[2] removing subprocess
# cleanup[2] removing select
# cleanup[2] removing apt_pkg
# cleanup[2] removing email.mime.text
# cleanup[2] removing _socket
# cleanup[2] removing token
# destroy token
# cleanup[2] removing xml.parsers.expat
# cleanup[2] removing functools
# cleanup[2] removing operator
# destroy operator
# cleanup[2] removing _datetime
# cleanup[2] removing _imp
# cleanup[2] removing hashlib
# cleanup[2] removing apport_python_hook
# destroy apport_python_hook
# cleanup[2] removing email.mime.base
# cleanup[2] removing reprlib
# destroy reprlib
# cleanup[2] removing base64
# cleanup[2] removing _thread
# cleanup[2] removing heapq
# destroy _datetime
# destroy _bz2
# destroy zipimport
# destroy _sitebuiltins
# destroy copyreg
# destroy sre_compile
# destroy sre_parse
# destroy _sre
# destroy linecache
# destroy _collections_abc
# destroy heapq
# destroy _operator
# destroy _heapq
# destroy _collections
# destroy _functools
# destroy collections.abc
# destroy apport.packaging_impl
# destroy gettext
# destroy apport.report
# destroy apport.fileutils
# destroy imp
# destroy problem_report
# destroy traceback
# destroy signal
# destroy threading
# destroy _signal
# destroy _posixsubprocess
# destroy tarfile
# destroy grp
# destroy _lzma
# destroy math
# destroy _random
# destroy _hashlib
# destroy atexit
# destroy encodings
# destroy _locale
# destroy importlib
# destroy tokenize
# destroy importlib.util
# destroy types
# destroy importlib.abc
# destroy importlib.machinery
# destroy xml.dom
# destroy xml.parsers
# destroy xml.parsers.expat
# destroy xml.dom.minidom
# destroy xml.dom.minicompat
# destroy xml.dom.NodeFilter
# destroy xml.dom.xmlbuilder
# destroy xml.dom.domreg
# destroy xml
# destroy pyexpat.model
# destroy pyexpat.errors
# destroy pyexpat
# destroy urllib.request
# destroy urllib.parse
st
# destroy urllib.parse
# destroy urllib.response
# destroy urllib.error
# destroy string
# destroy contextlib
# destroy bisect
# destroy _bisect
# destroy email._policybase
# destroy email.mime
# destroy email.mime.multipart
# destroy email.mime.text
# destroy email.mime.nonmultipart
# destroy email.mime.base
# destroy email._parseaddr
# destroy email.quoprimime
# destroy email.parser
# destroy email.iterators
# destroy email._encoded_words
# destroy email.feedparser
# destroy email.encoders
# destroy email.base64mime
# destroy http.client
# destroy ssl
# destroy http
# destroy uu
# destroy email.utils
# destroy quopri
# destroy random
# destroy urllib
# destroy selectors
# destroy _socket
# destroy collections
# destroy calendar
# destroy datetime
# destroy _string
# destroy email.header
# destroy abc
# destroy email
# destroy email.charset
# destroy binascii
# destroy ipaddress
# destroy textwrap
# destroy _ssl
# destroy gzip
# destroy base64
# destroy _compression
# destroy zlib
# destroy email.message
# destroy email.errors
# destroy pwd
# destroy itertools
# destroy functools
# destroy shutil
# destroy apport
# destroy json
# destroy hashlib
# destroy time
# destroy tempfile
# destroy pickle
# destroy json.decoder
# destroy json.encoder
# destroy json.scanner
# destroy _json
# destroy apt.cache
# destroy apt.package
# destroy apt.progress
# destroy apt.progress.text
# destroy apt.cdrom
# destroy socket
# destroy apt.progress.base
# destroy select
# destroy fcntl
# destroy weakref
# destroy warnings
# destroy apt
# destroy fnmatch
# destroy glob
# destroy apt_pkg
# destroy _compat_pickle
# destroy _struct
# destroy _pickle
# destroy subprocess
# destroy copy
# destroy locale
# destroy re
# destroy io
# destroy struct
# cleanup[3] wiping _warnings
# cleanup[3] wiping _frozen_importlib
# destroy _frozen_importlib_external
# cleanup[3] wiping marshal
# cleanup[3] wiping encodings.aliases
# cleanup[3] wiping posixpath
# destroy genericpath
# cleanup[3] wiping os
# destroy posixpath
# destroy errno
# cleanup[3] wiping importlib._bootstrap
# cleanup[3] wiping _codecs
# cleanup[3] wiping _weakref
# cleanup[3] wiping encodings.latin_1
# cleanup[3] wiping encodings.utf_8
# cleanup[3] wiping codecs
# cleanup[3] wiping _io
# cleanup[3] wiping posix
# cleanup[3] wiping stat
# cleanup[3] wiping _stat
# destroy _stat
# cleanup[3] wiping _imp
# cleanup[3] wiping _thread
# cleanup[3] wiping sys
# destroy urllib.response
# destroy urllib.error
# destroy string
# destroy contextlib
# destroy bisect
# destroy _bisect
# destroy email._policybase
# destroy email.mime
# destroy email.mime.multipart
# destroy email.mime.text
# destroy email.mime.nonmultipart
# destroy email.mime.base
# destroy email._parseaddr
# destroy email.quoprimime
# destroy email.parser
# destroy email.iterators
# destroy email._encoded_words
# destroy email.feedparser
# destroy email.encoders
# destroy email.base64mime
# destroy http.client
# destroy ssl
# destroy http
# destroy uu
# destroy email.utils
# destroy quopri
# destroy random
# destroy urllib
# destroy selectors
# destroy _socket
# destroy collections
# destroy calendar
# destroy datetime
# destroy _string
# destroy email.header
# destroy abc
# destroy email
# destroy email.charset
# destroy binascii
# destroy ipaddress
# destroy textwrap
# destroy _ssl
# destroy gzip
# destroy base64
# destroy _compression
# destroy zlib
# destroy email.message
# destroy email.errors
# destroy pwd
# destroy itertools
# destroy functools
# destroy shutil
# destroy apport
# destroy json
# destroy hashlib
# destroy time
# destroy tempfile
# destroy pickle
# destroy json.decoder
# destroy json.encoder
# destroy json.scanner
# destroy _json
# destroy apt.cache
# destroy apt.package
# destroy apt.progress
# destroy apt.progress.text
# destroy apt.cdrom
# destroy socket
# destroy apt.progress.base
# destroy select
# destroy fcntl
# destroy weakref
# destroy warnings
# destroy apt
# destroy fnmatch
# destroy glob
# destroy apt_pkg
# destroy _compat_pickle
# destroy _struct
# destroy _pickle
# destroy subprocess
# destroy copy
# destroy locale
# destroy re
# destroy io
# destroy struct
# cleanup[3] wiping _warnings
# cleanup[3] wiping _frozen_importlib
# destroy _frozen_importlib_external
# cleanup[3] wiping marshal
# cleanup[3] wiping encodings.aliases
# cleanup[3] wiping posixpath
# destroy genericpath
# cleanup[3] wiping os
# destroy posixpath
# destroy errno
# cleanup[3] wiping importlib._bootstrap
# cleanup[3] wiping _codecs
# cleanup[3] wiping _weakref
# cleanup[3] wiping encodings.latin_1
# cleanup[3] wiping encodings.utf_8
# cleanup[3] wiping codecs
# cleanup[3] wiping _io
# cleanup[3] wiping posix
# cleanup[3] wiping stat
# cleanup[3] wiping _stat
# destroy _stat
# cleanup[3] wiping _imp
# cleanup[3] wiping _thread
# cleanup[3] wiping sys
# cleanup[3] wiping builtins
# cleanup[3] wiping builtins
# destroy stat
# destroy os
# destroy stat
# destroy os
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment