Skip to content

Instantly share code, notes, and snippets.

@fcole90
Created May 3, 2016 17:04
Show Gist options
  • Select an option

  • Save fcole90/b5cd9bf6d972d5554173624986a359b6 to your computer and use it in GitHub Desktop.

Select an option

Save fcole90/b5cd9bf6d972d5554173624986a359b6 to your computer and use it in GitHub Desktop.
log tensorflow: import statement @line 69
(tensorflow-py3)root@tensorflow:~# python3 -v
import _frozen_importlib # frozen
import imp # builtin
import sys # builtin
# installing zipimport hook
# installed zipimport hook
# /root/tensorflow-py3/lib/python3.4/encodings/__pycache__/__init__.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/encodings/__init__.py
# code object from '/root/tensorflow-py3/lib/python3.4/encodings/__pycache__/__init__.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/__pycache__/codecs.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/codecs.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/codecs.cpython-34.pyc'
import 'codecs' # <_frozen_importlib.SourceFileLoader object at 0x7f665b295ef0>
# /root/tensorflow-py3/lib/python3.4/encodings/__pycache__/aliases.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/encodings/aliases.py
# code object from '/root/tensorflow-py3/lib/python3.4/encodings/__pycache__/aliases.cpython-34.pyc'
import 'encodings.aliases' # <_frozen_importlib.SourceFileLoader object at 0x7f665b2a0a20>
import 'encodings' # <_frozen_importlib.SourceFileLoader object at 0x7f665b295ac8>
# /root/tensorflow-py3/lib/python3.4/encodings/__pycache__/ascii.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/encodings/ascii.py
# code object from '/root/tensorflow-py3/lib/python3.4/encodings/__pycache__/ascii.cpython-34.pyc'
import 'encodings.ascii' # <_frozen_importlib.SourceFileLoader object at 0x7f665b23e7f0>
# /root/tensorflow-py3/lib/python3.4/encodings/__pycache__/utf_8.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/encodings/utf_8.py
# code object from '/root/tensorflow-py3/lib/python3.4/encodings/__pycache__/utf_8.cpython-34.pyc'
import 'encodings.utf_8' # <_frozen_importlib.SourceFileLoader object at 0x7f665b242320>
# /root/tensorflow-py3/lib/python3.4/encodings/__pycache__/latin_1.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/encodings/latin_1.py
# code object from '/root/tensorflow-py3/lib/python3.4/encodings/__pycache__/latin_1.cpython-34.pyc'
import 'encodings.latin_1' # <_frozen_importlib.SourceFileLoader object at 0x7f665b2425c0>
# /root/tensorflow-py3/lib/python3.4/__pycache__/io.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/io.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/io.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/__pycache__/abc.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/abc.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/abc.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/__pycache__/_weakrefset.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/_weakrefset.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/_weakrefset.cpython-34.pyc'
import '_weakrefset' # <_frozen_importlib.SourceFileLoader object at 0x7f665b24a2e8>
import 'abc' # <_frozen_importlib.SourceFileLoader object at 0x7f665b242a90>
import 'io' # <_frozen_importlib.SourceFileLoader object at 0x7f665b2427f0>
# /root/tensorflow-py3/lib/python3.4/__pycache__/site.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/site.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/__pycache__/os.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/os.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/os.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/__pycache__/stat.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/stat.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/stat.cpython-34.pyc'
import 'stat' # <_frozen_importlib.SourceFileLoader object at 0x7f665b270d68>
# /root/tensorflow-py3/lib/python3.4/__pycache__/posixpath.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/posixpath.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/posixpath.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/__pycache__/genericpath.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/genericpath.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/genericpath.cpython-34.pyc'
import 'genericpath' # <_frozen_importlib.SourceFileLoader object at 0x7f665b276668>
import 'posixpath' # <_frozen_importlib.SourceFileLoader object at 0x7f665b270fd0>
# /root/tensorflow-py3/lib/python3.4/__pycache__/_collections_abc.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/_collections_abc.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/_collections_abc.cpython-34.pyc'
import '_collections_abc' # <_frozen_importlib.SourceFileLoader object at 0x7f665b276588>
import 'os' # <_frozen_importlib.SourceFileLoader object at 0x7f665b25f5c0>
# /root/tensorflow-py3/lib/python3.4/__pycache__/_bootlocale.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/_bootlocale.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/_bootlocale.cpython-34.pyc'
import '_bootlocale' # <_frozen_importlib.SourceFileLoader object at 0x7f665b25f940>
# /root/tensorflow-py3/lib/python3.4/__pycache__/types.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/types.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/types.cpython-34.pyc'
import 'types' # <_frozen_importlib.SourceFileLoader object at 0x7f665b228860>
# destroy google
# /usr/lib/python3.4/__pycache__/sitecustomize.cpython-34.pyc matches /usr/lib/python3.4/sitecustomize.py
# code object from '/usr/lib/python3.4/__pycache__/sitecustomize.cpython-34.pyc'
# /usr/lib/python3/dist-packages/__pycache__/apport_python_hook.cpython-34.pyc matches /usr/lib/python3/dist-packages/apport_python_hook.py
# code object from '/usr/lib/python3/dist-packages/__pycache__/apport_python_hook.cpython-34.pyc'
import 'apport_python_hook' # <_frozen_importlib.SourceFileLoader object at 0x7f665b22fa58>
import 'sitecustomize' # <_frozen_importlib.SourceFileLoader object at 0x7f665b22f400>
import 'site' # <_frozen_importlib.SourceFileLoader object at 0x7f665b251ac8>
Python 3.4.3 (default, Oct 14 2015, 20:28:29)
[GCC 4.8.4] on linux
Type "help", "copyright", "credits" or "license" for more information.
# extension module loaded from '/root/tensorflow-py3/lib/python3.4/lib-dynload/readline.cpython-34m-x86_64-linux-gnu.so'
>>> import tensorflow
# possible namespace for /root/tensorflow
# /root/tensorflow-py3/lib/python3.4/site-packages/tensorflow/__pycache__/__init__.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/tensorflow/__init__.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/tensorflow/__pycache__/__init__.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/__pycache__/__future__.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/__future__.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/__future__.cpython-34.pyc'
import '__future__' # <_frozen_importlib.SourceFileLoader object at 0x7f665b1873c8>
# /root/tensorflow-py3/lib/python3.4/site-packages/tensorflow/python/__pycache__/__init__.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/tensorflow/python/__init__.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/tensorflow/python/__pycache__/__init__.cpython-34.pyc'
# /usr/lib/python3.4/ctypes/__pycache__/__init__.cpython-34.pyc matches /usr/lib/python3.4/ctypes/__init__.py
# code object from '/usr/lib/python3.4/ctypes/__pycache__/__init__.cpython-34.pyc'
# extension module loaded from '/root/tensorflow-py3/lib/python3.4/lib-dynload/_ctypes.cpython-34m-x86_64-linux-gnu.so'
# /root/tensorflow-py3/lib/python3.4/__pycache__/struct.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/struct.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/struct.cpython-34.pyc'
import 'struct' # <_frozen_importlib.SourceFileLoader object at 0x7f665b19b278>
# /usr/lib/python3.4/ctypes/__pycache__/_endian.cpython-34.pyc matches /usr/lib/python3.4/ctypes/_endian.py
# code object from '/usr/lib/python3.4/ctypes/__pycache__/_endian.cpython-34.pyc'
import 'ctypes._endian' # <_frozen_importlib.SourceFileLoader object at 0x7f665b1ac128>
import 'ctypes' # <_frozen_importlib.SourceFileLoader object at 0x7f665b18bac8>
# /usr/lib/python3.4/__pycache__/inspect.cpython-34.pyc matches /usr/lib/python3.4/inspect.py
# code object from '/usr/lib/python3.4/__pycache__/inspect.cpython-34.pyc'
# /usr/lib/python3.4/__pycache__/ast.cpython-34.pyc matches /usr/lib/python3.4/ast.py
# code object from '/usr/lib/python3.4/__pycache__/ast.cpython-34.pyc'
import 'ast' # <_frozen_importlib.SourceFileLoader object at 0x7f665b147320>
# /root/tensorflow-py3/lib/python3.4/importlib/__pycache__/__init__.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/importlib/__init__.py
# code object from '/root/tensorflow-py3/lib/python3.4/importlib/__pycache__/__init__.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/__pycache__/warnings.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/warnings.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/warnings.cpython-34.pyc'
import 'warnings' # <_frozen_importlib.SourceFileLoader object at 0x7f665b15dda0>
import 'importlib' # <_frozen_importlib.SourceFileLoader object at 0x7f665b15da58>
# /root/tensorflow-py3/lib/python3.4/importlib/__pycache__/machinery.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/importlib/machinery.py
# code object from '/root/tensorflow-py3/lib/python3.4/importlib/__pycache__/machinery.cpython-34.pyc'
import 'importlib.machinery' # <_frozen_importlib.SourceFileLoader object at 0x7f665b15dcf8>
# /root/tensorflow-py3/lib/python3.4/__pycache__/linecache.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/linecache.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/linecache.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/__pycache__/tokenize.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/tokenize.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/tokenize.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/collections/__pycache__/__init__.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/collections/__init__.py
# code object from '/root/tensorflow-py3/lib/python3.4/collections/__pycache__/__init__.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/__pycache__/operator.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/operator.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/operator.cpython-34.pyc'
import 'operator' # <_frozen_importlib.SourceFileLoader object at 0x7f66595242b0>
# /root/tensorflow-py3/lib/python3.4/__pycache__/keyword.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/keyword.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/keyword.cpython-34.pyc'
import 'keyword' # <_frozen_importlib.SourceFileLoader object at 0x7f665952be48>
# /root/tensorflow-py3/lib/python3.4/__pycache__/heapq.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/heapq.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/heapq.cpython-34.pyc'
import 'heapq' # <_frozen_importlib.SourceFileLoader object at 0x7f6659536710>
# /root/tensorflow-py3/lib/python3.4/__pycache__/reprlib.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/reprlib.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/reprlib.cpython-34.pyc'
import 'reprlib' # <_frozen_importlib.SourceFileLoader object at 0x7f6659536828>
import 'collections' # <_frozen_importlib.SourceFileLoader object at 0x7f665b177278>
# /root/tensorflow-py3/lib/python3.4/__pycache__/re.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/re.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/re.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/__pycache__/sre_compile.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/sre_compile.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/sre_compile.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/__pycache__/sre_parse.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/sre_parse.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/sre_parse.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/__pycache__/sre_constants.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/sre_constants.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/sre_constants.cpython-34.pyc'
import 'sre_constants' # <_frozen_importlib.SourceFileLoader object at 0x7f665954d128>
import 'sre_parse' # <_frozen_importlib.SourceFileLoader object at 0x7f6659547240>
import 'sre_compile' # <_frozen_importlib.SourceFileLoader object at 0x7f6659542400>
# /root/tensorflow-py3/lib/python3.4/__pycache__/copyreg.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/copyreg.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/copyreg.cpython-34.pyc'
import 'copyreg' # <_frozen_importlib.SourceFileLoader object at 0x7f665954dba8>
import 're' # <_frozen_importlib.SourceFileLoader object at 0x7f6659531748>
# /root/tensorflow-py3/lib/python3.4/__pycache__/token.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/token.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/token.cpython-34.pyc'
import 'token' # <_frozen_importlib.SourceFileLoader object at 0x7f665954db70>
import 'tokenize' # <_frozen_importlib.SourceFileLoader object at 0x7f665b163fd0>
import 'linecache' # <_frozen_importlib.SourceFileLoader object at 0x7f665b163d68>
# /root/tensorflow-py3/lib/python3.4/__pycache__/functools.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/functools.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/functools.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/__pycache__/weakref.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/weakref.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/weakref.cpython-34.pyc'
import 'weakref' # <_frozen_importlib.SourceFileLoader object at 0x7f66594ec550>
import 'functools' # <_frozen_importlib.SourceFileLoader object at 0x7f665b16e908>
# /usr/lib/python3.4/__pycache__/dis.cpython-34.pyc matches /usr/lib/python3.4/dis.py
# code object from '/usr/lib/python3.4/__pycache__/dis.cpython-34.pyc'
# /usr/lib/python3.4/__pycache__/opcode.cpython-34.pyc matches /usr/lib/python3.4/opcode.py
# code object from '/usr/lib/python3.4/__pycache__/opcode.cpython-34.pyc'
# extension module loaded from '/root/tensorflow-py3/lib/python3.4/lib-dynload/_opcode.cpython-34m-x86_64-linux-gnu.so'
import 'opcode' # <_frozen_importlib.SourceFileLoader object at 0x7f6659512fd0>
import 'dis' # <_frozen_importlib.SourceFileLoader object at 0x7f665b172a58>
import 'inspect' # <_frozen_importlib.SourceFileLoader object at 0x7f665b18e908>
# /usr/lib/python3.4/__pycache__/traceback.cpython-34.pyc matches /usr/lib/python3.4/traceback.py
# code object from '/usr/lib/python3.4/__pycache__/traceback.cpython-34.pyc'
import 'traceback' # <_frozen_importlib.SourceFileLoader object at 0x7f665b1bf198>
# /root/tensorflow-py3/lib/python3.4/site-packages/tensorflow/python/__pycache__/pywrap_tensorflow.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/tensorflow/python/pywrap_tensorflow.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/tensorflow/python/__pycache__/pywrap_tensorflow.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/__pycache__/imp.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/imp.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/imp.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/importlib/__pycache__/util.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/importlib/util.py
# code object from '/root/tensorflow-py3/lib/python3.4/importlib/__pycache__/util.cpython-34.pyc'
# /usr/lib/python3.4/__pycache__/contextlib.cpython-34.pyc matches /usr/lib/python3.4/contextlib.py
# code object from '/usr/lib/python3.4/__pycache__/contextlib.cpython-34.pyc'
import 'contextlib' # <_frozen_importlib.SourceFileLoader object at 0x7f66592bc780>
import 'importlib.util' # <_frozen_importlib.SourceFileLoader object at 0x7f66592bc1d0>
import 'imp' # <_frozen_importlib.SourceFileLoader object at 0x7f66592b28d0>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/__pycache__/__init__.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/__init__.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/__pycache__/__init__.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/__pycache__/__config__.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/__config__.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/__pycache__/__config__.cpython-34.pyc'
import 'numpy.__config__' # <_frozen_importlib.SourceFileLoader object at 0x7f66592cb588>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/__pycache__/version.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/version.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/__pycache__/version.cpython-34.pyc'
import 'numpy.version' # <_frozen_importlib.SourceFileLoader object at 0x7f66592cb748>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/__pycache__/_import_tools.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/_import_tools.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/__pycache__/_import_tools.cpython-34.pyc'
import 'numpy._import_tools' # <_frozen_importlib.SourceFileLoader object at 0x7f66592cb7f0>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/__pycache__/add_newdocs.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/add_newdocs.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/__pycache__/add_newdocs.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/__init__.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__init__.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/__init__.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/info.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/info.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/info.cpython-34.pyc'
import 'numpy.lib.info' # <_frozen_importlib.SourceFileLoader object at 0x7f6656538b00>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/type_check.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/type_check.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/type_check.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/__pycache__/__init__.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/__init__.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/__pycache__/__init__.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/__pycache__/info.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/info.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/__pycache__/info.cpython-34.pyc'
import 'numpy.core.info' # <_frozen_importlib.SourceFileLoader object at 0x7f6656546198>
# /usr/lib/python3.4/__pycache__/datetime.cpython-34.pyc matches /usr/lib/python3.4/datetime.py
# code object from '/usr/lib/python3.4/__pycache__/datetime.cpython-34.pyc'
import 'datetime' # <_frozen_importlib.SourceFileLoader object at 0x7f66565464e0>
# extension module loaded from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/multiarray.cpython-34m.so'
# extension module loaded from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/umath.cpython-34m.so'
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/__pycache__/_internal.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/_internal.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/__pycache__/_internal.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/compat/__pycache__/__init__.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/compat/__init__.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/compat/__pycache__/__init__.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/compat/__pycache__/_inspect.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/compat/_inspect.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/compat/__pycache__/_inspect.cpython-34.pyc'
import 'numpy.compat._inspect' # <_frozen_importlib.SourceFileLoader object at 0x7f66565b2240>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/compat/__pycache__/py3k.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/compat/py3k.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/compat/__pycache__/py3k.cpython-34.pyc'
import 'numpy.compat.py3k' # <_frozen_importlib.SourceFileLoader object at 0x7f66565b29e8>
import 'numpy.compat' # <_frozen_importlib.SourceFileLoader object at 0x7f66565ade80>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/__pycache__/numerictypes.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/numerictypes.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/__pycache__/numerictypes.cpython-34.pyc'
# /usr/lib/python3.4/__pycache__/numbers.cpython-34.pyc matches /usr/lib/python3.4/numbers.py
# code object from '/usr/lib/python3.4/__pycache__/numbers.cpython-34.pyc'
import 'numbers' # <_frozen_importlib.SourceFileLoader object at 0x7f66565bd6a0>
import 'numpy.core.numerictypes' # <_frozen_importlib.SourceFileLoader object at 0x7f66565adf98>
import 'numpy.core._internal' # <_frozen_importlib.SourceFileLoader object at 0x7f6656598b38>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/__pycache__/numeric.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/numeric.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/__pycache__/numeric.cpython-34.pyc'
# /usr/lib/python3.4/__pycache__/pickle.cpython-34.pyc matches /usr/lib/python3.4/pickle.py
# code object from '/usr/lib/python3.4/__pycache__/pickle.cpython-34.pyc'
# /usr/lib/python3.4/__pycache__/_compat_pickle.cpython-34.pyc matches /usr/lib/python3.4/_compat_pickle.py
# code object from '/usr/lib/python3.4/__pycache__/_compat_pickle.cpython-34.pyc'
import '_compat_pickle' # <_frozen_importlib.SourceFileLoader object at 0x7f6655e73358>
import 'pickle' # <_frozen_importlib.SourceFileLoader object at 0x7f6655e5c3c8>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/__pycache__/arrayprint.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/arrayprint.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/__pycache__/arrayprint.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/__pycache__/fromnumeric.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/fromnumeric.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/__pycache__/fromnumeric.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/__pycache__/_methods.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/_methods.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/__pycache__/_methods.cpython-34.pyc'
import 'numpy.core._methods' # <_frozen_importlib.SourceFileLoader object at 0x7f6655e07d30>
import 'numpy.core.fromnumeric' # <_frozen_importlib.SourceFileLoader object at 0x7f6655e07128>
import 'numpy.core.arrayprint' # <_frozen_importlib.SourceFileLoader object at 0x7f6655e73128>
import 'numpy.core.numeric' # <_frozen_importlib.SourceFileLoader object at 0x7f66565c3e48>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/__pycache__/defchararray.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/defchararray.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/__pycache__/defchararray.cpython-34.pyc'
import 'numpy.core.defchararray' # <_frozen_importlib.SourceFileLoader object at 0x7f6655dfefd0>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/__pycache__/records.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/records.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/__pycache__/records.cpython-34.pyc'
import 'numpy.core.records' # <_frozen_importlib.SourceFileLoader object at 0x7f6655e2a0b8>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/__pycache__/memmap.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/memmap.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/__pycache__/memmap.cpython-34.pyc'
import 'numpy.core.memmap' # <_frozen_importlib.SourceFileLoader object at 0x7f6655e2ae10>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/__pycache__/function_base.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/function_base.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/__pycache__/function_base.cpython-34.pyc'
import 'numpy.core.function_base' # <_frozen_importlib.SourceFileLoader object at 0x7f6655e35198>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/__pycache__/machar.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/machar.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/__pycache__/machar.cpython-34.pyc'
import 'numpy.core.machar' # <_frozen_importlib.SourceFileLoader object at 0x7f6655e35390>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/__pycache__/getlimits.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/getlimits.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/__pycache__/getlimits.cpython-34.pyc'
import 'numpy.core.getlimits' # <_frozen_importlib.SourceFileLoader object at 0x7f6655e35ac8>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/__pycache__/shape_base.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/shape_base.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/core/__pycache__/shape_base.cpython-34.pyc'
import 'numpy.core.shape_base' # <_frozen_importlib.SourceFileLoader object at 0x7f6655e3d358>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/testing/__pycache__/__init__.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/testing/__init__.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/testing/__pycache__/__init__.cpython-34.pyc'
# /usr/lib/python3.4/unittest/__pycache__/__init__.cpython-34.pyc matches /usr/lib/python3.4/unittest/__init__.py
# code object from '/usr/lib/python3.4/unittest/__pycache__/__init__.cpython-34.pyc'
# /usr/lib/python3.4/unittest/__pycache__/result.cpython-34.pyc matches /usr/lib/python3.4/unittest/result.py
# code object from '/usr/lib/python3.4/unittest/__pycache__/result.cpython-34.pyc'
# /usr/lib/python3.4/unittest/__pycache__/util.cpython-34.pyc matches /usr/lib/python3.4/unittest/util.py
# code object from '/usr/lib/python3.4/unittest/__pycache__/util.cpython-34.pyc'
import 'unittest.util' # <_frozen_importlib.SourceFileLoader object at 0x7f6655dca518>
import 'unittest.result' # <_frozen_importlib.SourceFileLoader object at 0x7f6655e3de10>
# /usr/lib/python3.4/unittest/__pycache__/case.cpython-34.pyc matches /usr/lib/python3.4/unittest/case.py
# code object from '/usr/lib/python3.4/unittest/__pycache__/case.cpython-34.pyc'
# /usr/lib/python3.4/__pycache__/difflib.cpython-34.pyc matches /usr/lib/python3.4/difflib.py
# code object from '/usr/lib/python3.4/__pycache__/difflib.cpython-34.pyc'
import 'difflib' # <_frozen_importlib.SourceFileLoader object at 0x7f6655de1fd0>
# /usr/lib/python3.4/logging/__pycache__/__init__.cpython-34.pyc matches /usr/lib/python3.4/logging/__init__.py
# code object from '/usr/lib/python3.4/logging/__pycache__/__init__.cpython-34.pyc'
# /usr/lib/python3.4/__pycache__/string.cpython-34.pyc matches /usr/lib/python3.4/string.py
# code object from '/usr/lib/python3.4/__pycache__/string.cpython-34.pyc'
import 'string' # <_frozen_importlib.SourceFileLoader object at 0x7f6655d986d8>
# /usr/lib/python3.4/__pycache__/threading.cpython-34.pyc matches /usr/lib/python3.4/threading.py
# code object from '/usr/lib/python3.4/__pycache__/threading.cpython-34.pyc'
import 'threading' # <_frozen_importlib.SourceFileLoader object at 0x7f6655d98b70>
import 'logging' # <_frozen_importlib.SourceFileLoader object at 0x7f6655dfc7f0>
# /usr/lib/python3.4/__pycache__/pprint.cpython-34.pyc matches /usr/lib/python3.4/pprint.py
# code object from '/usr/lib/python3.4/__pycache__/pprint.cpython-34.pyc'
import 'pprint' # <_frozen_importlib.SourceFileLoader object at 0x7f6655dadfd0>
import 'unittest.case' # <_frozen_importlib.SourceFileLoader object at 0x7f6655dca3c8>
# /usr/lib/python3.4/unittest/__pycache__/suite.cpython-34.pyc matches /usr/lib/python3.4/unittest/suite.py
# code object from '/usr/lib/python3.4/unittest/__pycache__/suite.cpython-34.pyc'
import 'unittest.suite' # <_frozen_importlib.SourceFileLoader object at 0x7f6655de19b0>
# /usr/lib/python3.4/unittest/__pycache__/loader.cpython-34.pyc matches /usr/lib/python3.4/unittest/loader.py
# code object from '/usr/lib/python3.4/unittest/__pycache__/loader.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/__pycache__/fnmatch.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/fnmatch.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/fnmatch.cpython-34.pyc'
import 'fnmatch' # <_frozen_importlib.SourceFileLoader object at 0x7f6655d56240>
import 'unittest.loader' # <_frozen_importlib.SourceFileLoader object at 0x7f6655d47b38>
# /usr/lib/python3.4/unittest/__pycache__/main.cpython-34.pyc matches /usr/lib/python3.4/unittest/main.py
# code object from '/usr/lib/python3.4/unittest/__pycache__/main.cpython-34.pyc'
# /usr/lib/python3.4/__pycache__/argparse.cpython-34.pyc matches /usr/lib/python3.4/argparse.py
# code object from '/usr/lib/python3.4/__pycache__/argparse.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/__pycache__/copy.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/copy.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/copy.cpython-34.pyc'
import 'copy' # <_frozen_importlib.SourceFileLoader object at 0x7f6655d03438>
# /usr/lib/python3.4/__pycache__/textwrap.cpython-34.pyc matches /usr/lib/python3.4/textwrap.py
# code object from '/usr/lib/python3.4/__pycache__/textwrap.cpython-34.pyc'
import 'textwrap' # <_frozen_importlib.SourceFileLoader object at 0x7f6655d03860>
# /usr/lib/python3.4/__pycache__/gettext.cpython-34.pyc matches /usr/lib/python3.4/gettext.py
# code object from '/usr/lib/python3.4/__pycache__/gettext.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/__pycache__/locale.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/locale.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/locale.cpython-34.pyc'
import 'locale' # <_frozen_importlib.SourceFileLoader object at 0x7f6655d17400>
import 'gettext' # <_frozen_importlib.SourceFileLoader object at 0x7f6655d03ef0>
import 'argparse' # <_frozen_importlib.SourceFileLoader object at 0x7f6655d56d30>
# /usr/lib/python3.4/unittest/__pycache__/runner.cpython-34.pyc matches /usr/lib/python3.4/unittest/runner.py
# code object from '/usr/lib/python3.4/unittest/__pycache__/runner.cpython-34.pyc'
# /usr/lib/python3.4/unittest/__pycache__/signals.cpython-34.pyc matches /usr/lib/python3.4/unittest/signals.py
# code object from '/usr/lib/python3.4/unittest/__pycache__/signals.cpython-34.pyc'
import 'unittest.signals' # <_frozen_importlib.SourceFileLoader object at 0x7f6655cbf2b0>
import 'unittest.runner' # <_frozen_importlib.SourceFileLoader object at 0x7f6655d33b38>
import 'unittest.main' # <_frozen_importlib.SourceFileLoader object at 0x7f6655d56630>
import 'unittest' # <_frozen_importlib.SourceFileLoader object at 0x7f6655e3d9e8>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/testing/__pycache__/decorators.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/testing/decorators.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/testing/__pycache__/decorators.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/testing/__pycache__/utils.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/testing/utils.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/testing/__pycache__/utils.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/__pycache__/shutil.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/shutil.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/shutil.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/__pycache__/tarfile.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/tarfile.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/tarfile.cpython-34.pyc'
import 'tarfile' # <_frozen_importlib.SourceFileLoader object at 0x7f6655cdb9e8>
# /usr/lib/python3.4/__pycache__/bz2.cpython-34.pyc matches /usr/lib/python3.4/bz2.py
# code object from '/usr/lib/python3.4/__pycache__/bz2.cpython-34.pyc'
# extension module loaded from '/root/tensorflow-py3/lib/python3.4/lib-dynload/_bz2.cpython-34m-x86_64-linux-gnu.so'
import 'bz2' # <_frozen_importlib.SourceFileLoader object at 0x7f6655cdbd30>
import 'shutil' # <_frozen_importlib.SourceFileLoader object at 0x7f6655cc8fd0>
# /root/tensorflow-py3/lib/python3.4/__pycache__/tempfile.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/tempfile.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/tempfile.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/__pycache__/random.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/random.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/random.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/__pycache__/hashlib.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/hashlib.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/hashlib.cpython-34.pyc'
# extension module loaded from '/root/tensorflow-py3/lib/python3.4/lib-dynload/_hashlib.cpython-34m-x86_64-linux-gnu.so'
import 'hashlib' # <_frozen_importlib.SourceFileLoader object at 0x7f6655cab9b0>
import 'random' # <_frozen_importlib.SourceFileLoader object at 0x7f6655ca34a8>
import 'tempfile' # <_frozen_importlib.SourceFileLoader object at 0x7f6655cd6128>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/testing/__pycache__/nosetester.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/testing/nosetester.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/testing/__pycache__/nosetester.cpython-34.pyc'
import 'numpy.testing.nosetester' # <_frozen_importlib.SourceFileLoader object at 0x7f6655cab860>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/utils.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/utils.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/utils.cpython-34.pyc'
import 'numpy.lib.utils' # <_frozen_importlib.SourceFileLoader object at 0x7f6655cb1cc0>
import 'numpy.testing.utils' # <_frozen_importlib.SourceFileLoader object at 0x7f6655cc3080>
import 'numpy.testing.decorators' # <_frozen_importlib.SourceFileLoader object at 0x7f6655d56c18>
import 'numpy.testing' # <_frozen_importlib.SourceFileLoader object at 0x7f6655e3d7b8>
import 'numpy.core' # <_frozen_importlib.SourceFileLoader object at 0x7f665653e828>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/ufunclike.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/ufunclike.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/ufunclike.cpython-34.pyc'
import 'numpy.lib.ufunclike' # <_frozen_importlib.SourceFileLoader object at 0x7f665653edd8>
import 'numpy.lib.type_check' # <_frozen_importlib.SourceFileLoader object at 0x7f6656538b70>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/index_tricks.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/index_tricks.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/index_tricks.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/function_base.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/function_base.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/function_base.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/twodim_base.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/twodim_base.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/twodim_base.cpython-34.pyc'
import 'numpy.lib.twodim_base' # <_frozen_importlib.SourceFileLoader object at 0x7f6655264668>
import 'numpy.lib.function_base' # <_frozen_importlib.SourceFileLoader object at 0x7f665524bda0>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/matrixlib/__pycache__/__init__.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/matrixlib/__init__.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/matrixlib/__pycache__/__init__.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/matrixlib/__pycache__/defmatrix.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/matrixlib/defmatrix.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/matrixlib/__pycache__/defmatrix.cpython-34.pyc'
import 'numpy.matrixlib.defmatrix' # <_frozen_importlib.SourceFileLoader object at 0x7f6655264f28>
import 'numpy.matrixlib' # <_frozen_importlib.SourceFileLoader object at 0x7f6655264d68>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/stride_tricks.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/stride_tricks.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/stride_tricks.cpython-34.pyc'
import 'numpy.lib.stride_tricks' # <_frozen_importlib.SourceFileLoader object at 0x7f6655264e10>
import 'numpy.lib.index_tricks' # <_frozen_importlib.SourceFileLoader object at 0x7f665653e6a0>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/nanfunctions.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/nanfunctions.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/nanfunctions.cpython-34.pyc'
import 'numpy.lib.nanfunctions' # <_frozen_importlib.SourceFileLoader object at 0x7f665527a278>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/shape_base.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/shape_base.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/shape_base.cpython-34.pyc'
import 'numpy.lib.shape_base' # <_frozen_importlib.SourceFileLoader object at 0x7f665527a898>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/scimath.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/scimath.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/scimath.cpython-34.pyc'
import 'numpy.lib.scimath' # <_frozen_importlib.SourceFileLoader object at 0x7f665527aef0>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/polynomial.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/polynomial.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/polynomial.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/linalg/__pycache__/__init__.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/linalg/__init__.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/linalg/__pycache__/__init__.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/linalg/__pycache__/info.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/linalg/info.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/linalg/__pycache__/info.cpython-34.pyc'
import 'numpy.linalg.info' # <_frozen_importlib.SourceFileLoader object at 0x7f665520a9b0>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/linalg/__pycache__/linalg.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/linalg/linalg.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/linalg/__pycache__/linalg.cpython-34.pyc'
# extension module loaded from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/linalg/lapack_lite.cpython-34m.so'
# extension module loaded from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/linalg/_umath_linalg.cpython-34m.so'
import 'numpy.linalg.linalg' # <_frozen_importlib.SourceFileLoader object at 0x7f665520aa58>
import 'numpy.linalg' # <_frozen_importlib.SourceFileLoader object at 0x7f665520a6d8>
import 'numpy.lib.polynomial' # <_frozen_importlib.SourceFileLoader object at 0x7f6655285588>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/arraysetops.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/arraysetops.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/arraysetops.cpython-34.pyc'
import 'numpy.lib.arraysetops' # <_frozen_importlib.SourceFileLoader object at 0x7f665520a5c0>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/npyio.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/npyio.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/npyio.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/format.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/format.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/format.cpython-34.pyc'
import 'numpy.lib.format' # <_frozen_importlib.SourceFileLoader object at 0x7f665522c160>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/_datasource.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/_datasource.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/_datasource.cpython-34.pyc'
import 'numpy.lib._datasource' # <_frozen_importlib.SourceFileLoader object at 0x7f665522c7b8>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/_iotools.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/_iotools.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/_iotools.cpython-34.pyc'
import 'numpy.lib._iotools' # <_frozen_importlib.SourceFileLoader object at 0x7f6655237400>
import 'numpy.lib.npyio' # <_frozen_importlib.SourceFileLoader object at 0x7f6655218b38>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/financial.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/financial.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/financial.cpython-34.pyc'
import 'numpy.lib.financial' # <_frozen_importlib.SourceFileLoader object at 0x7f6655225fd0>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/arrayterator.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/arrayterator.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/arrayterator.cpython-34.pyc'
import 'numpy.lib.arrayterator' # <_frozen_importlib.SourceFileLoader object at 0x7f6655241c18>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/arraypad.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/arraypad.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/arraypad.cpython-34.pyc'
import 'numpy.lib.arraypad' # <_frozen_importlib.SourceFileLoader object at 0x7f66549b9198>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/_version.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/_version.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/lib/__pycache__/_version.cpython-34.pyc'
import 'numpy.lib._version' # <_frozen_importlib.SourceFileLoader object at 0x7f66549c29e8>
import 'numpy.lib' # <_frozen_importlib.SourceFileLoader object at 0x7f6656530d30>
import 'numpy.add_newdocs' # <_frozen_importlib.SourceFileLoader object at 0x7f66592d1278>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/fft/__pycache__/__init__.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/fft/__init__.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/fft/__pycache__/__init__.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/fft/__pycache__/info.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/fft/info.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/fft/__pycache__/info.cpython-34.pyc'
import 'numpy.fft.info' # <_frozen_importlib.SourceFileLoader object at 0x7f66565309b0>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/fft/__pycache__/fftpack.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/fft/fftpack.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/fft/__pycache__/fftpack.cpython-34.pyc'
# extension module loaded from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/fft/fftpack_lite.cpython-34m.so'
import 'numpy.fft.fftpack' # <_frozen_importlib.SourceFileLoader object at 0x7f6656530390>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/fft/__pycache__/helper.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/fft/helper.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/fft/__pycache__/helper.cpython-34.pyc'
import 'numpy.fft.helper' # <_frozen_importlib.SourceFileLoader object at 0x7f66549ca4e0>
import 'numpy.fft' # <_frozen_importlib.SourceFileLoader object at 0x7f66565305c0>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/polynomial/__pycache__/__init__.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/polynomial/__init__.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/polynomial/__pycache__/__init__.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/polynomial/__pycache__/polynomial.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/polynomial/polynomial.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/polynomial/__pycache__/polynomial.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/polynomial/__pycache__/polyutils.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/polynomial/polyutils.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/polynomial/__pycache__/polyutils.cpython-34.pyc'
import 'numpy.polynomial.polyutils' # <_frozen_importlib.SourceFileLoader object at 0x7f66549e89b0>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/polynomial/__pycache__/_polybase.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/polynomial/_polybase.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/polynomial/__pycache__/_polybase.cpython-34.pyc'
import 'numpy.polynomial._polybase' # <_frozen_importlib.SourceFileLoader object at 0x7f66549e8828>
import 'numpy.polynomial.polynomial' # <_frozen_importlib.SourceFileLoader object at 0x7f66549ca9e8>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/polynomial/__pycache__/chebyshev.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/polynomial/chebyshev.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/polynomial/__pycache__/chebyshev.cpython-34.pyc'
import 'numpy.polynomial.chebyshev' # <_frozen_importlib.SourceFileLoader object at 0x7f66547713c8>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/polynomial/__pycache__/legendre.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/polynomial/legendre.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/polynomial/__pycache__/legendre.cpython-34.pyc'
import 'numpy.polynomial.legendre' # <_frozen_importlib.SourceFileLoader object at 0x7f665477b1d0>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/polynomial/__pycache__/hermite.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/polynomial/hermite.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/polynomial/__pycache__/hermite.cpython-34.pyc'
import 'numpy.polynomial.hermite' # <_frozen_importlib.SourceFileLoader object at 0x7f665477be80>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/polynomial/__pycache__/hermite_e.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/polynomial/hermite_e.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/polynomial/__pycache__/hermite_e.cpython-34.pyc'
import 'numpy.polynomial.hermite_e' # <_frozen_importlib.SourceFileLoader object at 0x7f665477f9e8>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/polynomial/__pycache__/laguerre.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/polynomial/laguerre.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/polynomial/__pycache__/laguerre.cpython-34.pyc'
import 'numpy.polynomial.laguerre' # <_frozen_importlib.SourceFileLoader object at 0x7f6654791320>
import 'numpy.polynomial' # <_frozen_importlib.SourceFileLoader object at 0x7f6656530080>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/random/__pycache__/__init__.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/random/__init__.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/random/__pycache__/__init__.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/random/__pycache__/info.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/random/info.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/random/__pycache__/info.cpython-34.pyc'
import 'numpy.random.info' # <_frozen_importlib.SourceFileLoader object at 0x7f665479d1d0>
# extension module loaded from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/random/mtrand.cpython-34m.so'
import 'numpy.random' # <_frozen_importlib.SourceFileLoader object at 0x7f6656530358>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/__pycache__/ctypeslib.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/ctypeslib.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/__pycache__/ctypeslib.cpython-34.pyc'
import 'numpy.ctypeslib' # <_frozen_importlib.SourceFileLoader object at 0x7f665479d358>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/ma/__pycache__/__init__.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/ma/__init__.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/ma/__pycache__/__init__.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/ma/__pycache__/core.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/ma/core.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/ma/__pycache__/core.cpython-34.pyc'
import 'numpy.ma.core' # <_frozen_importlib.SourceFileLoader object at 0x7f665615b470>
# /root/tensorflow-py3/lib/python3.4/site-packages/numpy/ma/__pycache__/extras.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/numpy/ma/extras.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/numpy/ma/__pycache__/extras.cpython-34.pyc'
import 'numpy.ma.extras' # <_frozen_importlib.SourceFileLoader object at 0x7f665615b898>
import 'numpy.ma' # <_frozen_importlib.SourceFileLoader object at 0x7f66547a3c50>
import 'numpy' # <_frozen_importlib.SourceFileLoader object at 0x7f66592c4780>
import 'tensorflow.python.pywrap_tensorflow' # <_frozen_importlib.SourceFileLoader object at 0x7f66592a1978>
# /root/tensorflow-py3/lib/python3.4/site-packages/tensorflow/core/__pycache__/__init__.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/tensorflow/core/__init__.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/tensorflow/core/__pycache__/__init__.cpython-34.pyc'
import 'tensorflow.core' # <_frozen_importlib.SourceFileLoader object at 0x7f66592bc0b8>
# /root/tensorflow-py3/lib/python3.4/site-packages/tensorflow/core/framework/__pycache__/__init__.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/tensorflow/core/framework/__init__.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/tensorflow/core/framework/__pycache__/__init__.cpython-34.pyc'
import 'tensorflow.core.framework' # <_frozen_importlib.SourceFileLoader object at 0x7f66592bc6d8>
# /root/tensorflow-py3/lib/python3.4/site-packages/tensorflow/core/framework/__pycache__/graph_pb2.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/tensorflow/core/framework/graph_pb2.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/tensorflow/core/framework/__pycache__/graph_pb2.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/__pycache__/__init__.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/__init__.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/__pycache__/__init__.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/__pycache__/__init__.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/__init__.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/__pycache__/__init__.cpython-34.pyc'
# /usr/lib/python3.4/__pycache__/zipfile.cpython-34.pyc matches /usr/lib/python3.4/zipfile.py
# code object from '/usr/lib/python3.4/__pycache__/zipfile.cpython-34.pyc'
# /usr/lib/python3.4/__pycache__/lzma.cpython-34.pyc matches /usr/lib/python3.4/lzma.py
# code object from '/usr/lib/python3.4/__pycache__/lzma.cpython-34.pyc'
# extension module loaded from '/root/tensorflow-py3/lib/python3.4/lib-dynload/_lzma.cpython-34m-x86_64-linux-gnu.so'
import 'lzma' # <_frozen_importlib.SourceFileLoader object at 0x7f665439e668>
import 'zipfile' # <_frozen_importlib.SourceFileLoader object at 0x7f665438b080>
# /usr/lib/python3.4/__pycache__/pkgutil.cpython-34.pyc matches /usr/lib/python3.4/pkgutil.py
# code object from '/usr/lib/python3.4/__pycache__/pkgutil.cpython-34.pyc'
import 'pkgutil' # <_frozen_importlib.SourceFileLoader object at 0x7f66543a9908>
# /usr/lib/python3.4/__pycache__/platform.cpython-34.pyc matches /usr/lib/python3.4/platform.py
# code object from '/usr/lib/python3.4/__pycache__/platform.cpython-34.pyc'
# /usr/lib/python3.4/__pycache__/subprocess.cpython-34.pyc matches /usr/lib/python3.4/subprocess.py
# code object from '/usr/lib/python3.4/__pycache__/subprocess.cpython-34.pyc'
# /usr/lib/python3.4/__pycache__/selectors.cpython-34.pyc matches /usr/lib/python3.4/selectors.py
# code object from '/usr/lib/python3.4/__pycache__/selectors.cpython-34.pyc'
import 'selectors' # <_frozen_importlib.SourceFileLoader object at 0x7f6653f28630>
import 'subprocess' # <_frozen_importlib.SourceFileLoader object at 0x7f6653f15f98>
import 'platform' # <_frozen_importlib.SourceFileLoader object at 0x7f6653f0f0b8>
# /usr/lib/python3.4/__pycache__/plistlib.cpython-34.pyc matches /usr/lib/python3.4/plistlib.py
# code object from '/usr/lib/python3.4/__pycache__/plistlib.cpython-34.pyc'
# /usr/lib/python3.4/__pycache__/enum.cpython-34.pyc matches /usr/lib/python3.4/enum.py
# code object from '/usr/lib/python3.4/__pycache__/enum.cpython-34.pyc'
import 'enum' # <_frozen_importlib.SourceFileLoader object at 0x7f6653f4a8d0>
# /usr/lib/python3.4/xml/__pycache__/__init__.cpython-34.pyc matches /usr/lib/python3.4/xml/__init__.py
# code object from '/usr/lib/python3.4/xml/__pycache__/__init__.cpython-34.pyc'
import 'xml' # <_frozen_importlib.SourceFileLoader object at 0x7f6653ed0eb8>
# /usr/lib/python3.4/xml/parsers/__pycache__/__init__.cpython-34.pyc matches /usr/lib/python3.4/xml/parsers/__init__.py
# code object from '/usr/lib/python3.4/xml/parsers/__pycache__/__init__.cpython-34.pyc'
import 'xml.parsers' # <_frozen_importlib.SourceFileLoader object at 0x7f6653eda160>
# /usr/lib/python3.4/xml/parsers/__pycache__/expat.cpython-34.pyc matches /usr/lib/python3.4/xml/parsers/expat.py
# code object from '/usr/lib/python3.4/xml/parsers/__pycache__/expat.cpython-34.pyc'
import 'xml.parsers.expat' # <_frozen_importlib.SourceFileLoader object at 0x7f6653eda048>
import 'plistlib' # <_frozen_importlib.SourceFileLoader object at 0x7f6653f48d68>
# /usr/lib/python3.4/email/__pycache__/__init__.cpython-34.pyc matches /usr/lib/python3.4/email/__init__.py
# code object from '/usr/lib/python3.4/email/__pycache__/__init__.cpython-34.pyc'
import 'email' # <_frozen_importlib.SourceFileLoader object at 0x7f6653eda9b0>
# /usr/lib/python3.4/email/__pycache__/parser.cpython-34.pyc matches /usr/lib/python3.4/email/parser.py
# code object from '/usr/lib/python3.4/email/__pycache__/parser.cpython-34.pyc'
# /usr/lib/python3.4/email/__pycache__/feedparser.cpython-34.pyc matches /usr/lib/python3.4/email/feedparser.py
# code object from '/usr/lib/python3.4/email/__pycache__/feedparser.cpython-34.pyc'
# /usr/lib/python3.4/email/__pycache__/errors.cpython-34.pyc matches /usr/lib/python3.4/email/errors.py
# code object from '/usr/lib/python3.4/email/__pycache__/errors.cpython-34.pyc'
import 'email.errors' # <_frozen_importlib.SourceFileLoader object at 0x7f6653ee7ba8>
# /usr/lib/python3.4/email/__pycache__/message.cpython-34.pyc matches /usr/lib/python3.4/email/message.py
# code object from '/usr/lib/python3.4/email/__pycache__/message.cpython-34.pyc'
# /usr/lib/python3.4/__pycache__/uu.cpython-34.pyc matches /usr/lib/python3.4/uu.py
# code object from '/usr/lib/python3.4/__pycache__/uu.cpython-34.pyc'
import 'uu' # <_frozen_importlib.SourceFileLoader object at 0x7f6653f02438>
# /usr/lib/python3.4/__pycache__/quopri.cpython-34.pyc matches /usr/lib/python3.4/quopri.py
# code object from '/usr/lib/python3.4/__pycache__/quopri.cpython-34.pyc'
import 'quopri' # <_frozen_importlib.SourceFileLoader object at 0x7f6653f025c0>
# /usr/lib/python3.4/email/__pycache__/utils.cpython-34.pyc matches /usr/lib/python3.4/email/utils.py
# code object from '/usr/lib/python3.4/email/__pycache__/utils.cpython-34.pyc'
# /usr/lib/python3.4/__pycache__/socket.cpython-34.pyc matches /usr/lib/python3.4/socket.py
# code object from '/usr/lib/python3.4/__pycache__/socket.cpython-34.pyc'
import 'socket' # <_frozen_importlib.SourceFileLoader object at 0x7f6653e8da58>
# /usr/lib/python3.4/urllib/__pycache__/__init__.cpython-34.pyc matches /usr/lib/python3.4/urllib/__init__.py
# code object from '/usr/lib/python3.4/urllib/__pycache__/__init__.cpython-34.pyc'
import 'urllib' # <_frozen_importlib.SourceFileLoader object at 0x7f6653e99c18>
# /usr/lib/python3.4/urllib/__pycache__/parse.cpython-34.pyc matches /usr/lib/python3.4/urllib/parse.py
# code object from '/usr/lib/python3.4/urllib/__pycache__/parse.cpython-34.pyc'
import 'urllib.parse' # <_frozen_importlib.SourceFileLoader object at 0x7f6653e99c88>
# /usr/lib/python3.4/email/__pycache__/_parseaddr.cpython-34.pyc matches /usr/lib/python3.4/email/_parseaddr.py
# code object from '/usr/lib/python3.4/email/__pycache__/_parseaddr.cpython-34.pyc'
# /usr/lib/python3.4/__pycache__/calendar.cpython-34.pyc matches /usr/lib/python3.4/calendar.py
# code object from '/usr/lib/python3.4/__pycache__/calendar.cpython-34.pyc'
import 'calendar' # <_frozen_importlib.SourceFileLoader object at 0x7f6653eb6f98>
import 'email._parseaddr' # <_frozen_importlib.SourceFileLoader object at 0x7f6653ebd978>
# /usr/lib/python3.4/email/__pycache__/charset.cpython-34.pyc matches /usr/lib/python3.4/email/charset.py
# code object from '/usr/lib/python3.4/email/__pycache__/charset.cpython-34.pyc'
# /usr/lib/python3.4/email/__pycache__/base64mime.cpython-34.pyc matches /usr/lib/python3.4/email/base64mime.py
# code object from '/usr/lib/python3.4/email/__pycache__/base64mime.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/__pycache__/base64.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/base64.py
# code object from '/root/tensorflow-py3/lib/python3.4/__pycache__/base64.cpython-34.pyc'
import 'base64' # <_frozen_importlib.SourceFileLoader object at 0x7f6653e5d320>
import 'email.base64mime' # <_frozen_importlib.SourceFileLoader object at 0x7f6653e5cfd0>
# /usr/lib/python3.4/email/__pycache__/quoprimime.cpython-34.pyc matches /usr/lib/python3.4/email/quoprimime.py
# code object from '/usr/lib/python3.4/email/__pycache__/quoprimime.cpython-34.pyc'
import 'email.quoprimime' # <_frozen_importlib.SourceFileLoader object at 0x7f6653e5d240>
# /usr/lib/python3.4/email/__pycache__/encoders.cpython-34.pyc matches /usr/lib/python3.4/email/encoders.py
# code object from '/usr/lib/python3.4/email/__pycache__/encoders.cpython-34.pyc'
import 'email.encoders' # <_frozen_importlib.SourceFileLoader object at 0x7f6653e70d68>
import 'email.charset' # <_frozen_importlib.SourceFileLoader object at 0x7f6653e5c400>
import 'email.utils' # <_frozen_importlib.SourceFileLoader object at 0x7f6653f02ba8>
# /usr/lib/python3.4/email/__pycache__/_policybase.cpython-34.pyc matches /usr/lib/python3.4/email/_policybase.py
# code object from '/usr/lib/python3.4/email/__pycache__/_policybase.cpython-34.pyc'
# /usr/lib/python3.4/email/__pycache__/header.cpython-34.pyc matches /usr/lib/python3.4/email/header.py
# code object from '/usr/lib/python3.4/email/__pycache__/header.cpython-34.pyc'
import 'email.header' # <_frozen_importlib.SourceFileLoader object at 0x7f6653e776a0>
import 'email._policybase' # <_frozen_importlib.SourceFileLoader object at 0x7f6653e5ce80>
# /usr/lib/python3.4/email/__pycache__/_encoded_words.cpython-34.pyc matches /usr/lib/python3.4/email/_encoded_words.py
# code object from '/usr/lib/python3.4/email/__pycache__/_encoded_words.cpython-34.pyc'
import 'email._encoded_words' # <_frozen_importlib.SourceFileLoader object at 0x7f6653e827b8>
# /usr/lib/python3.4/email/__pycache__/iterators.cpython-34.pyc matches /usr/lib/python3.4/email/iterators.py
# code object from '/usr/lib/python3.4/email/__pycache__/iterators.cpython-34.pyc'
import 'email.iterators' # <_frozen_importlib.SourceFileLoader object at 0x7f6653e82ef0>
import 'email.message' # <_frozen_importlib.SourceFileLoader object at 0x7f6653ee7cc0>
import 'email.feedparser' # <_frozen_importlib.SourceFileLoader object at 0x7f6653edaeb8>
import 'email.parser' # <_frozen_importlib.SourceFileLoader object at 0x7f6653edaac8>
# /root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/extern/__init__.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-34.pyc'
import 'pkg_resources.extern' # <_frozen_importlib.SourceFileLoader object at 0x7f6653ee7c18>
# /root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/__pycache__/__init__.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/__init__.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/__pycache__/__init__.cpython-34.pyc'
import 'pkg_resources._vendor' # <_frozen_importlib.SourceFileLoader object at 0x7f6653e895c0>
# /root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/__pycache__/six.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/six.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/__pycache__/six.cpython-34.pyc'
import 'pkg_resources._vendor.six' # <_frozen_importlib.SourceFileLoader object at 0x7f6653e89710>
# /root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/__pycache__/six.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/six.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/__pycache__/six.cpython-34.pyc'
import 'pkg_resources._vendor.six' # <_frozen_importlib.SourceFileLoader object at 0x7f6653e89f28>
# /root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/packaging/__init__.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/packaging/__about__.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-34.pyc'
import 'pkg_resources._vendor.packaging.__about__' # <_frozen_importlib.SourceFileLoader object at 0x7f6653e1a240>
import 'pkg_resources._vendor.packaging' # <_frozen_importlib.SourceFileLoader object at 0x7f6653e166a0>
# /root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/packaging/__pycache__/version.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/packaging/version.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/packaging/__pycache__/version.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/packaging/_structures.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-34.pyc'
import 'pkg_resources.extern.packaging._structures' # <_frozen_importlib.SourceFileLoader object at 0x7f6653e39898>
import 'pkg_resources.extern.packaging.version' # <_frozen_importlib.SourceFileLoader object at 0x7f6653e89e10>
# /root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/packaging/specifiers.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/packaging/__pycache__/_compat.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/packaging/_compat.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/packaging/__pycache__/_compat.cpython-34.pyc'
import 'pkg_resources.extern.packaging._compat' # <_frozen_importlib.SourceFileLoader object at 0x7f6653dce400>
import 'pkg_resources.extern.packaging.specifiers' # <_frozen_importlib.SourceFileLoader object at 0x7f6653e39470>
# /root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/packaging/requirements.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/__pycache__/pyparsing.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/pyparsing.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/__pycache__/pyparsing.cpython-34.pyc'
import 'pkg_resources._vendor.pyparsing' # <_frozen_importlib.SourceFileLoader object at 0x7f6653de65c0>
# /root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/packaging/__pycache__/markers.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/packaging/markers.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/pkg_resources/_vendor/packaging/__pycache__/markers.cpython-34.pyc'
import 'pkg_resources.extern.packaging.markers' # <_frozen_importlib.SourceFileLoader object at 0x7f6653de6588>
import 'pkg_resources.extern.packaging.requirements' # <_frozen_importlib.SourceFileLoader object at 0x7f6653e42128>
# /usr/lib/python3.4/__pycache__/sysconfig.cpython-34.pyc matches /usr/lib/python3.4/sysconfig.py
# code object from '/usr/lib/python3.4/__pycache__/sysconfig.cpython-34.pyc'
import 'sysconfig' # <_frozen_importlib.SourceFileLoader object at 0x7f6653d63d30>
# possible namespace for /root/tensorflow-py3/lib/python3.4/site-packages/google
# possible namespace for /root/tensorflow-py3/lib/python3.4/site-packages/google
# possible namespace for /root/tensorflow-py3/lib/python3.4/site-packages/google
# possible namespace for /root/tensorflow-py3/lib/python3.4/site-packages/google
# possible namespace for /root/tensorflow-py3/lib/python3.4/site-packages/google
# possible namespace for /root/tensorflow-py3/lib/python3.4/site-packages/google
import 'pkg_resources' # <_frozen_importlib.SourceFileLoader object at 0x7f66543ce7b8>
import 'google.protobuf' # <_frozen_importlib.SourceFileLoader object at 0x7f66543ce630>
# /root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/__pycache__/descriptor.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/descriptor.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/__pycache__/descriptor.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/site-packages/__pycache__/six.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/six.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/__pycache__/six.cpython-34.pyc'
import 'six' # <_frozen_importlib.SourceFileLoader object at 0x7f6653d0c198>
# /root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/internal/__pycache__/__init__.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/internal/__init__.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/internal/__pycache__/__init__.cpython-34.pyc'
import 'google.protobuf.internal' # <_frozen_importlib.SourceFileLoader object at 0x7f6653d0c978>
# /root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/internal/__pycache__/api_implementation.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/internal/api_implementation.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/internal/__pycache__/api_implementation.cpython-34.pyc'
# extension module loaded from '/root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/internal/_api_implementation.cpython-34m.so'
import 'google.protobuf.internal.api_implementation' # <_frozen_importlib.SourceFileLoader object at 0x7f6653d0ca90>
# /usr/lib/python3.4/__pycache__/uuid.cpython-34.pyc matches /usr/lib/python3.4/uuid.py
# code object from '/usr/lib/python3.4/__pycache__/uuid.cpython-34.pyc'
# /usr/lib/python3.4/ctypes/__pycache__/util.cpython-34.pyc matches /usr/lib/python3.4/ctypes/util.py
# code object from '/usr/lib/python3.4/ctypes/__pycache__/util.cpython-34.pyc'
import 'ctypes.util' # <_frozen_importlib.SourceFileLoader object at 0x7f6653d260f0>
import 'uuid' # <_frozen_importlib.SourceFileLoader object at 0x7f6653d0ca20>
# /root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/pyext/__pycache__/__init__.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/pyext/__init__.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/pyext/__pycache__/__init__.cpython-34.pyc'
import 'google.protobuf.pyext' # <_frozen_importlib.SourceFileLoader object at 0x7f6653d26080>
# /root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/internal/__pycache__/containers.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/internal/containers.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/internal/__pycache__/containers.cpython-34.pyc'
import 'google.protobuf.internal.containers' # <_frozen_importlib.SourceFileLoader object at 0x7f6653d26ba8>
# /root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/internal/__pycache__/enum_type_wrapper.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/internal/enum_type_wrapper.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/internal/__pycache__/enum_type_wrapper.cpython-34.pyc'
import 'google.protobuf.internal.enum_type_wrapper' # <_frozen_importlib.SourceFileLoader object at 0x7f6653d26fd0>
# /root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/__pycache__/message.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/message.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/__pycache__/message.cpython-34.pyc'
import 'google.protobuf.message' # <_frozen_importlib.SourceFileLoader object at 0x7f6653d3f6a0>
# extension module loaded from '/root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/pyext/_message.cpython-34m.so'
import 'google.protobuf.descriptor' # <_frozen_importlib.SourceFileLoader object at 0x7f66543ce6d8>
# /root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/__pycache__/reflection.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/reflection.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/__pycache__/reflection.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/pyext/__pycache__/cpp_message.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/pyext/cpp_message.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/pyext/__pycache__/cpp_message.cpython-34.pyc'
import 'google.protobuf.pyext.cpp_message' # <_frozen_importlib.SourceFileLoader object at 0x7f665339e278>
import 'google.protobuf.reflection' # <_frozen_importlib.SourceFileLoader object at 0x7f6653d86940>
# /root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/__pycache__/symbol_database.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/symbol_database.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/__pycache__/symbol_database.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/__pycache__/descriptor_pool.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/descriptor_pool.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/__pycache__/descriptor_pool.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/__pycache__/descriptor_database.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/descriptor_database.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/__pycache__/descriptor_database.cpython-34.pyc'
import 'google.protobuf.descriptor_database' # <_frozen_importlib.SourceFileLoader object at 0x7f665339ef60>
# /root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/__pycache__/text_encoding.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/text_encoding.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/__pycache__/text_encoding.cpython-34.pyc'
import 'google.protobuf.text_encoding' # <_frozen_importlib.SourceFileLoader object at 0x7f66533a6358>
import 'google.protobuf.descriptor_pool' # <_frozen_importlib.SourceFileLoader object at 0x7f665339e518>
import 'google.protobuf.symbol_database' # <_frozen_importlib.SourceFileLoader object at 0x7f665339e128>
# /root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/__pycache__/descriptor_pb2.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/descriptor_pb2.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/__pycache__/descriptor_pb2.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/internal/__pycache__/well_known_types.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/internal/well_known_types.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/google/protobuf/internal/__pycache__/well_known_types.cpython-34.pyc'
import 'google.protobuf.internal.well_known_types' # <_frozen_importlib.SourceFileLoader object at 0x7f66533aeb70>
import 'google.protobuf.descriptor_pb2' # <_frozen_importlib.SourceFileLoader object at 0x7f665339e400>
# /root/tensorflow-py3/lib/python3.4/site-packages/tensorflow/core/framework/__pycache__/attr_value_pb2.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/tensorflow/core/framework/attr_value_pb2.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/tensorflow/core/framework/__pycache__/attr_value_pb2.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/site-packages/tensorflow/core/framework/__pycache__/tensor_pb2.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/tensorflow/core/framework/tensor_pb2.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/tensorflow/core/framework/__pycache__/tensor_pb2.cpython-34.pyc'
# /root/tensorflow-py3/lib/python3.4/site-packages/tensorflow/core/framework/__pycache__/tensor_shape_pb2.cpython-34.pyc matches /root/tensorflow-py3/lib/python3.4/site-packages/tensorflow/core/framework/tensor_shape_pb2.py
# code object from '/root/tensorflow-py3/lib/python3.4/site-packages/tensorflow/core/framework/__pycache__/tensor_shape_pb2.cpython-34.pyc'
Segmentation fault (core dumped)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment