Attachment 'out.txt'
Download 1 # installing zipimport hook
2 import zipimport # builtin
3 # installed zipimport hook
4 # /usr/lib/python2.3/site.pyc matches /usr/lib/python2.3/site.py
5 import site # precompiled from /usr/lib/python2.3/site.pyc
6 # /usr/lib/python2.3/os.pyc matches /usr/lib/python2.3/os.py
7 import os # precompiled from /usr/lib/python2.3/os.pyc
8 import posix # builtin
9 # /usr/lib/python2.3/posixpath.pyc matches /usr/lib/python2.3/posixpath.py
10 import posixpath # precompiled from /usr/lib/python2.3/posixpath.pyc
11 # /usr/lib/python2.3/stat.pyc matches /usr/lib/python2.3/stat.py
12 import stat # precompiled from /usr/lib/python2.3/stat.pyc
13 # /usr/lib/python2.3/UserDict.pyc matches /usr/lib/python2.3/UserDict.py
14 import UserDict # precompiled from /usr/lib/python2.3/UserDict.pyc
15 # /usr/lib/python2.3/copy_reg.pyc matches /usr/lib/python2.3/copy_reg.py
16 import copy_reg # precompiled from /usr/lib/python2.3/copy_reg.pyc
17 # /usr/lib/python2.3/types.pyc matches /usr/lib/python2.3/types.py
18 import types # precompiled from /usr/lib/python2.3/types.pyc
19 # /usr/lib/python2.3/site-packages/iconv_codec.pyc matches /usr/lib/python2.3/site-packages/iconv_codec.py
20 import iconv_codec # precompiled from /usr/lib/python2.3/site-packages/iconv_codec.pyc
21 # /usr/lib/python2.3/__future__.pyc matches /usr/lib/python2.3/__future__.py
22 import __future__ # precompiled from /usr/lib/python2.3/__future__.pyc
23 import _iconv_codec # dynamically loaded from /usr/lib/python2.3/site-packages/_iconv_codec.so
24 # /usr/lib/python2.3/codecs.pyc matches /usr/lib/python2.3/codecs.py
25 import codecs # precompiled from /usr/lib/python2.3/codecs.pyc
26 import _codecs # builtin
27 import encodings # directory /usr/lib/python2.3/encodings
28 # /usr/lib/python2.3/encodings/__init__.pyc matches /usr/lib/python2.3/encodings/__init__.py
29 import encodings # precompiled from /usr/lib/python2.3/encodings/__init__.pyc
30 # /usr/lib/python2.3/warnings.pyc matches /usr/lib/python2.3/warnings.py
31 import warnings # precompiled from /usr/lib/python2.3/warnings.pyc
32 # /usr/lib/python2.3/linecache.pyc matches /usr/lib/python2.3/linecache.py
33 import linecache # precompiled from /usr/lib/python2.3/linecache.pyc
34 # /usr/lib/python2.3/encodings/aliases.pyc matches /usr/lib/python2.3/encodings/aliases.py
35 import encodings.aliases # precompiled from /usr/lib/python2.3/encodings/aliases.pyc
36 # /usr/lib/python2.3/encodings/ascii.pyc matches /usr/lib/python2.3/encodings/ascii.py
37 import encodings.ascii # precompiled from /usr/lib/python2.3/encodings/ascii.pyc
38 Python 2.3.5 (#2, Feb 9 2005, 00:38:15)
39 [GCC 3.3.5 (Debian 1:3.3.5-8)] on linux2
40 Type "help", "copyright", "credits" or "license" for more information.
41 import readline # dynamically loaded from /usr/lib/python2.3/lib-dynload/readline.so
42
43 # clear __builtin__._
44 # clear sys.path
45 # clear sys.argv
46 # clear sys.ps1
47 # clear sys.ps2
48 # clear sys.exitfunc
49 # clear sys.exc_type
50 # clear sys.exc_value
51 # clear sys.exc_traceback
52 # clear sys.last_type
53 # clear sys.last_value
54 # clear sys.last_traceback
55 # clear sys.path_hooks
56 # clear sys.path_importer_cache
57 # clear sys.meta_path
58 # restore sys.stdin
59 # restore sys.stdout
60 # restore sys.stderr
61 # cleanup __main__
62 # cleanup[1] __future__
63 # cleanup[1] site
64 # cleanup[1] encodings
65 # cleanup[1] iconv_codec
66 # cleanup[1] _codecs
67 # cleanup[1] zipimport
68 # cleanup[1] warnings
69 # cleanup[1] encodings.ascii
70 # cleanup[1] _iconv_codec
71 # cleanup[1] codecs
72 # cleanup[1] readline
73 # cleanup[1] types
74 # cleanup[1] signal
75 # cleanup[1] linecache
76 # cleanup[1] posix
77 # cleanup[1] encodings.aliases
78 # cleanup[1] exceptions
79 # cleanup[2] copy_reg
80 # cleanup[2] posixpath
81 # cleanup[2] os.path
82 # cleanup[2] stat
83 # cleanup[2] UserDict
84 # cleanup[2] os
85 # cleanup sys
86 # cleanup __builtin__
87 # cleanup ints: 4 unfreed ints in 1 out of 3 blocks
88 # cleanup floats
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.