-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathxxx
More file actions
166 lines (165 loc) · 13.1 KB
/
xxx
File metadata and controls
166 lines (165 loc) · 13.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
# installing zipimport hook
import zipimport # builtin
# installed zipimport hook
import encodings # directory /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/encodings
# /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/encodings/__pycache__/__init__.cpython-32.pyc matches /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/encodings/__init__.py
import encodings # precompiled from /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/encodings/__pycache__/__init__.cpython-32.pyc
# /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/codecs.cpython-32.pyc matches /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/codecs.py
import codecs # precompiled from /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/codecs.cpython-32.pyc
import _codecs # builtin
# /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/encodings/__pycache__/aliases.cpython-32.pyc matches /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/encodings/aliases.py
import encodings.aliases # precompiled from /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/encodings/__pycache__/aliases.cpython-32.pyc
# /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/encodings/__pycache__/utf_8.cpython-32.pyc matches /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/encodings/utf_8.py
import encodings.utf_8 # precompiled from /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/encodings/__pycache__/utf_8.cpython-32.pyc
# /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/encodings/__pycache__/latin_1.cpython-32.pyc matches /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/encodings/latin_1.py
import encodings.latin_1 # precompiled from /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/encodings/__pycache__/latin_1.cpython-32.pyc
# /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/io.cpython-32.pyc matches /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/io.py
import io # precompiled from /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/io.cpython-32.pyc
import _io # builtin
# /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/os.cpython-32.pyc matches /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/os.py
import os # precompiled from /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/os.cpython-32.pyc
import errno # builtin
import posix # builtin
# /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/posixpath.cpython-32.pyc matches /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/posixpath.py
import posixpath # precompiled from /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/posixpath.cpython-32.pyc
# /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/stat.cpython-32.pyc matches /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/stat.py
import stat # precompiled from /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/stat.cpython-32.pyc
# /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/genericpath.cpython-32.pyc matches /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/genericpath.py
import genericpath # precompiled from /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/genericpath.cpython-32.pyc
# /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/_abcoll.cpython-32.pyc matches /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/_abcoll.py
import _abcoll # precompiled from /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/_abcoll.cpython-32.pyc
# /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/abc.cpython-32.pyc matches /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/abc.py
import abc # precompiled from /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/abc.cpython-32.pyc
# /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/_weakrefset.cpython-32.pyc matches /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/_weakrefset.py
import _weakrefset # precompiled from /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/_weakrefset.cpython-32.pyc
import _weakref # builtin
# /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/copyreg.cpython-32.pyc matches /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/copyreg.py
import copyreg # precompiled from /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/copyreg.cpython-32.pyc
# /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/locale.cpython-32.pyc matches /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/locale.py
import locale # precompiled from /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/locale.cpython-32.pyc
# /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/re.cpython-32.pyc matches /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/re.py
import re # precompiled from /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/re.cpython-32.pyc
# /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/sre_compile.cpython-32.pyc matches /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/sre_compile.py
import sre_compile # precompiled from /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/sre_compile.cpython-32.pyc
import _sre # builtin
# /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/sre_parse.cpython-32.pyc matches /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/sre_parse.py
import sre_parse # precompiled from /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/sre_parse.cpython-32.pyc
# /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/sre_constants.cpython-32.pyc matches /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/sre_constants.py
import sre_constants # precompiled from /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/sre_constants.cpython-32.pyc
# /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/functools.cpython-32.pyc matches /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/functools.py
import functools # precompiled from /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/functools.cpython-32.pyc
import _functools # builtin
# /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/collections.cpython-32.pyc matches /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/collections.py
import collections # precompiled from /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/collections.cpython-32.pyc
import _collections # builtin
import operator # builtin
# /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/keyword.cpython-32.pyc matches /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/keyword.py
import keyword # precompiled from /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/keyword.cpython-32.pyc
# /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/heapq.cpython-32.pyc matches /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/heapq.py
import heapq # precompiled from /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/heapq.cpython-32.pyc
import itertools # builtin
# /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/bisect.cpython-32.pyc matches /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/bisect.py
import bisect # precompiled from /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/bisect.cpython-32.pyc
dlopen("/data/data/com.googlecode.python3forandroid/files/python3/lib/python3.2/lib-dynload/_bisect.cpython-32m.so", 1);
import _bisect # dynamically loaded from /data/data/com.googlecode.python3forandroid/files/python3/lib/python3.2/lib-dynload/_bisect.cpython-32m.so
dlopen("/data/data/com.googlecode.python3forandroid/files/python3/lib/python3.2/lib-dynload/_heapq.cpython-32m.so", 1);
import _heapq # dynamically loaded from /data/data/com.googlecode.python3forandroid/files/python3/lib/python3.2/lib-dynload/_heapq.cpython-32m.so
# /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/weakref.cpython-32.pyc matches /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/weakref.py
import weakref # precompiled from /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/weakref.cpython-32.pyc
# /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/reprlib.cpython-32.pyc matches /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/reprlib.py
import reprlib # precompiled from /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/reprlib.cpython-32.pyc
import _thread # builtin
import _locale # builtin
# /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/encodings/__pycache__/ascii.cpython-32.pyc matches /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/encodings/ascii.py
import encodings.ascii # precompiled from /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/encodings/__pycache__/ascii.cpython-32.pyc
# /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/site.cpython-32.pyc matches /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/site.py
import site # precompiled from /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/site.cpython-32.pyc
# /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/traceback.cpython-32.pyc matches /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/traceback.py
import traceback # precompiled from /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/traceback.cpython-32.pyc
# /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/linecache.cpython-32.pyc matches /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/linecache.py
import linecache # precompiled from /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/linecache.cpython-32.pyc
# /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/tokenize.cpython-32.pyc matches /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/tokenize.py
import tokenize # precompiled from /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/tokenize.cpython-32.pyc
# /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/token.cpython-32.pyc matches /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/token.py
import token # precompiled from /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/token.cpython-32.pyc
# /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/sysconfig.cpython-32.pyc matches /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/sysconfig.py
import sysconfig # precompiled from /mnt/sdcard/com.googlecode.python3forandroid/extras/python3/__pycache__/sysconfig.cpython-32.pyc
import pwd # builtin
Python 3.2.2 (default, Mar 25 2012, 15:31:16)
[GCC 4.4.3] on linux-armv5tejl
Type "help", "copyright", "credits" or "license" for more information.
dlopen("/data/data/com.googlecode.python3forandroid/files/python3/lib/python3.2/lib-dynload/readline.cpython-32m.so", 1);
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: Cannot load library: reloc_library[1311]: 300 cannot locate 'setpwent'...
# 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.flags
# clear sys.float_info
# restore sys.stdin
# restore sys.stdout
# restore sys.stderr
# cleanup __main__
# cleanup[1] reprlib
# cleanup[1] sysconfig
# cleanup[1] io
# cleanup[1] abc
# cleanup[1] token
# cleanup[1] sre_constants
# cleanup[1] site
# cleanup[1] keyword
# cleanup[1] traceback
# cleanup[1] weakref
# cleanup[1] _weakrefset
# cleanup[1] linecache
# cleanup[1] tokenize
# cleanup[2] heapq
# cleanup[2] sre_compile
# cleanup[2] _collections
# cleanup[2] locale
# cleanup[2] _sre
# cleanup[2] functools
# cleanup[2] _bisect
# cleanup[2] operator
# cleanup[2] encodings
# cleanup[2] copyreg
# cleanup[2] _heapq
# cleanup[2] _weakref
# cleanup[2] posixpath
# cleanup[2] errno
# cleanup[2] re
# cleanup[2] encodings.latin_1
# cleanup[2] collections
# cleanup[2] genericpath
# cleanup[2] stat
# cleanup[2] zipimport
# cleanup[2] _codecs
# cleanup[2] encodings.ascii
# cleanup[2] encodings.utf_8
# cleanup[2] pwd
# cleanup[2] codecs
# cleanup[2] _thread
# cleanup[2] os.path
# cleanup[2] _functools
# cleanup[2] _locale
# cleanup[2] bisect
# cleanup[2] signal
# cleanup[2] _io
# cleanup[2] itertools
# cleanup[2] posix
# cleanup[2] encodings.aliases
# cleanup[2] sre_parse
# cleanup[2] os
# cleanup[2] _abcoll
# cleanup sys
# cleanup builtins
# cleanup floats: 4 unfreed floats