Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2011
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.70 KB | None | 0 0
  1. # installing zipimport hook
  2. import zipimport # builtin
  3. # installed zipimport hook
  4. # /usr/lib64/python2.7/site.pyc matches /usr/lib64/python2.7/site.py
  5. import site # precompiled from /usr/lib64/python2.7/site.pyc
  6. # /usr/lib64/python2.7/os.pyc matches /usr/lib64/python2.7/os.py
  7. import os # precompiled from /usr/lib64/python2.7/os.pyc
  8. import errno # builtin
  9. import posix # builtin
  10. # /usr/lib64/python2.7/posixpath.pyc matches /usr/lib64/python2.7/posixpath.py
  11. import posixpath # precompiled from /usr/lib64/python2.7/posixpath.pyc
  12. # /usr/lib64/python2.7/stat.pyc matches /usr/lib64/python2.7/stat.py
  13. import stat # precompiled from /usr/lib64/python2.7/stat.pyc
  14. # /usr/lib64/python2.7/genericpath.pyc matches /usr/lib64/python2.7/genericpath.py
  15. import genericpath # precompiled from /usr/lib64/python2.7/genericpath.pyc
  16. # /usr/lib64/python2.7/warnings.pyc matches /usr/lib64/python2.7/warnings.py
  17. import warnings # precompiled from /usr/lib64/python2.7/warnings.pyc
  18. # /usr/lib64/python2.7/linecache.pyc matches /usr/lib64/python2.7/linecache.py
  19. import linecache # precompiled from /usr/lib64/python2.7/linecache.pyc
  20. # /usr/lib64/python2.7/types.pyc matches /usr/lib64/python2.7/types.py
  21. import types # precompiled from /usr/lib64/python2.7/types.pyc
  22. # /usr/lib64/python2.7/UserDict.pyc matches /usr/lib64/python2.7/UserDict.py
  23. import UserDict # precompiled from /usr/lib64/python2.7/UserDict.pyc
  24. # /usr/lib64/python2.7/_abcoll.pyc matches /usr/lib64/python2.7/_abcoll.py
  25. import _abcoll # precompiled from /usr/lib64/python2.7/_abcoll.pyc
  26. # /usr/lib64/python2.7/abc.pyc matches /usr/lib64/python2.7/abc.py
  27. import abc # precompiled from /usr/lib64/python2.7/abc.pyc
  28. # /usr/lib64/python2.7/copy_reg.pyc matches /usr/lib64/python2.7/copy_reg.py
  29. import copy_reg # precompiled from /usr/lib64/python2.7/copy_reg.pyc
  30. # /usr/lib64/python2.7/sysconfig.pyc matches /usr/lib64/python2.7/sysconfig.py
  31. import sysconfig # precompiled from /usr/lib64/python2.7/sysconfig.pyc
  32. # /usr/lib64/python2.7/re.pyc matches /usr/lib64/python2.7/re.py
  33. import re # precompiled from /usr/lib64/python2.7/re.pyc
  34. # /usr/lib64/python2.7/sre_compile.pyc matches /usr/lib64/python2.7/sre_compile.py
  35. import sre_compile # precompiled from /usr/lib64/python2.7/sre_compile.pyc
  36. import _sre # builtin
  37. # /usr/lib64/python2.7/sre_parse.pyc matches /usr/lib64/python2.7/sre_parse.py
  38. import sre_parse # precompiled from /usr/lib64/python2.7/sre_parse.pyc
  39. # /usr/lib64/python2.7/sre_constants.pyc matches /usr/lib64/python2.7/sre_constants.py
  40. import sre_constants # precompiled from /usr/lib64/python2.7/sre_constants.pyc
  41. import encodings # directory /usr/lib64/python2.7/encodings
  42. # /usr/lib64/python2.7/encodings/__init__.pyc matches /usr/lib64/python2.7/encodings/__init__.py
  43. import encodings # precompiled from /usr/lib64/python2.7/encodings/__init__.pyc
  44. # /usr/lib64/python2.7/codecs.pyc matches /usr/lib64/python2.7/codecs.py
  45. import codecs # precompiled from /usr/lib64/python2.7/codecs.pyc
  46. import _codecs # builtin
  47. # /usr/lib64/python2.7/encodings/aliases.pyc matches /usr/lib64/python2.7/encodings/aliases.py
  48. import encodings.aliases # precompiled from /usr/lib64/python2.7/encodings/aliases.pyc
  49. # /usr/lib64/python2.7/encodings/utf_8.pyc matches /usr/lib64/python2.7/encodings/utf_8.py
  50. import encodings.utf_8 # precompiled from /usr/lib64/python2.7/encodings/utf_8.pyc
  51. Python 2.7 (r27:82500, Aug 07 2010, 16:54:59) [GCC] on linux2
  52. Type "help", "copyright", "credits" or "license" for more information.
  53. dlopen("/usr/lib64/python2.7/lib-dynload/datetime.so", 2);
  54. import datetime # dynamically loaded from /usr/lib64/python2.7/lib-dynload/datetime.so
  55. # /usr/lib64/python2.7/gettext.pyc matches /usr/lib64/python2.7/gettext.py
  56. import gettext # precompiled from /usr/lib64/python2.7/gettext.pyc
  57. # /usr/lib64/python2.7/locale.pyc matches /usr/lib64/python2.7/locale.py
  58. import locale # precompiled from /usr/lib64/python2.7/locale.pyc
  59. dlopen("/usr/lib64/python2.7/lib-dynload/operator.so", 2);
  60. import operator # dynamically loaded from /usr/lib64/python2.7/lib-dynload/operator.so
  61. # /usr/lib64/python2.7/functools.pyc matches /usr/lib64/python2.7/functools.py
  62. import functools # precompiled from /usr/lib64/python2.7/functools.pyc
  63. dlopen("/usr/lib64/python2.7/lib-dynload/_functools.so", 2);
  64. import _functools # dynamically loaded from /usr/lib64/python2.7/lib-dynload/_functools.so
  65. dlopen("/usr/lib64/python2.7/lib-dynload/_locale.so", 2);
  66. import _locale # dynamically loaded from /usr/lib64/python2.7/lib-dynload/_locale.so
  67. # /usr/lib64/python2.7/copy.pyc matches /usr/lib64/python2.7/copy.py
  68. import copy # precompiled from /usr/lib64/python2.7/copy.pyc
  69. # /usr/lib64/python2.7/weakref.pyc matches /usr/lib64/python2.7/weakref.py
  70. import weakref # precompiled from /usr/lib64/python2.7/weakref.pyc
  71. dlopen("/usr/lib64/python2.7/lib-dynload/_weakref.so", 2);
  72. import _weakref # dynamically loaded from /usr/lib64/python2.7/lib-dynload/_weakref.so
  73. # /usr/lib64/python2.7/_weakrefset.pyc matches /usr/lib64/python2.7/_weakrefset.py
  74. import _weakrefset # precompiled from /usr/lib64/python2.7/_weakrefset.pyc
  75. # /usr/lib64/python2.7/struct.pyc matches /usr/lib64/python2.7/struct.py
  76. import struct # precompiled from /usr/lib64/python2.7/struct.pyc
  77. dlopen("/usr/lib64/python2.7/lib-dynload/_struct.so", 2);
  78. import _struct # dynamically loaded from /usr/lib64/python2.7/lib-dynload/_struct.so
  79. dlopen("/usr/lib64/python2.7/lib-dynload/time.so", 2);
  80. import time # dynamically loaded from /usr/lib64/python2.7/lib-dynload/time.so
  81. # /usr/lib64/python2.7/threading.pyc matches /usr/lib64/python2.7/threading.py
  82. import threading # precompiled from /usr/lib64/python2.7/threading.pyc
  83. import thread # builtin
  84. # /usr/lib64/python2.7/traceback.pyc matches /usr/lib64/python2.7/traceback.py
  85. import traceback # precompiled from /usr/lib64/python2.7/traceback.pyc
  86. # /usr/lib64/python2.7/collections.pyc matches /usr/lib64/python2.7/collections.py
  87. import collections # precompiled from /usr/lib64/python2.7/collections.pyc
  88. dlopen("/usr/lib64/python2.7/lib-dynload/_collections.so", 2);
  89. import _collections # dynamically loaded from /usr/lib64/python2.7/lib-dynload/_collections.so
  90. # /usr/lib64/python2.7/keyword.pyc matches /usr/lib64/python2.7/keyword.py
  91. import keyword # precompiled from /usr/lib64/python2.7/keyword.pyc
  92. # /usr/lib64/python2.7/heapq.pyc matches /usr/lib64/python2.7/heapq.py
  93. import heapq # precompiled from /usr/lib64/python2.7/heapq.pyc
  94. dlopen("/usr/lib64/python2.7/lib-dynload/itertools.so", 2);
  95. import itertools # dynamically loaded from /usr/lib64/python2.7/lib-dynload/itertools.so
  96. # /usr/lib64/python2.7/bisect.pyc matches /usr/lib64/python2.7/bisect.py
  97. import bisect # precompiled from /usr/lib64/python2.7/bisect.pyc
  98. dlopen("/usr/lib64/python2.7/lib-dynload/_bisect.so", 2);
  99. import _bisect # dynamically loaded from /usr/lib64/python2.7/lib-dynload/_bisect.so
  100. dlopen("/usr/lib64/python2.7/lib-dynload/_heapq.so", 2);
  101. import _heapq # dynamically loaded from /usr/lib64/python2.7/lib-dynload/_heapq.so
  102. import backintime # from /usr/share/backintime/common/backintime.py
  103. # can't create /usr/share/backintime/common/backintime.pyc
  104. import config # from /usr/share/backintime/common/config.py
  105. # can't create /usr/share/backintime/common/config.pyc
  106. # /usr/lib64/python2.7/socket.pyc matches /usr/lib64/python2.7/socket.py
  107. import socket # precompiled from /usr/lib64/python2.7/socket.pyc
  108. dlopen("/usr/lib64/python2.7/lib-dynload/_socket.so", 2);
  109. import _socket # dynamically loaded from /usr/lib64/python2.7/lib-dynload/_socket.so
  110. dlopen("/usr/lib64/python2.7/lib-dynload/_ssl.so", 2);
  111. import _ssl # dynamically loaded from /usr/lib64/python2.7/lib-dynload/_ssl.so
  112. dlopen("/usr/lib64/python2.7/lib-dynload/cStringIO.so", 2);
  113. import cStringIO # dynamically loaded from /usr/lib64/python2.7/lib-dynload/cStringIO.so
  114. # /usr/lib64/python2.7/random.pyc matches /usr/lib64/python2.7/random.py
  115. import random # precompiled from /usr/lib64/python2.7/random.pyc
  116. # /usr/lib64/python2.7/__future__.pyc matches /usr/lib64/python2.7/__future__.py
  117. import __future__ # precompiled from /usr/lib64/python2.7/__future__.pyc
  118. dlopen("/usr/lib64/python2.7/lib-dynload/math.so", 2);
  119. import math # dynamically loaded from /usr/lib64/python2.7/lib-dynload/math.so
  120. dlopen("/usr/lib64/python2.7/lib-dynload/binascii.so", 2);
  121. import binascii # dynamically loaded from /usr/lib64/python2.7/lib-dynload/binascii.so
  122. dlopen("/usr/lib64/python2.7/lib-dynload/_random.so", 2);
  123. import _random # dynamically loaded from /usr/lib64/python2.7/lib-dynload/_random.so
  124. import configfile # from /usr/share/backintime/common/configfile.py
  125. # can't create /usr/share/backintime/common/configfile.pyc
  126. import tools # from /usr/share/backintime/common/tools.py
  127. # can't create /usr/share/backintime/common/tools.pyc
  128. # /usr/lib64/python2.7/subprocess.pyc matches /usr/lib64/python2.7/subprocess.py
  129. import subprocess # precompiled from /usr/lib64/python2.7/subprocess.pyc
  130. import gc # builtin
  131. dlopen("/usr/lib64/python2.7/lib-dynload/select.so", 2);
  132. import select # dynamically loaded from /usr/lib64/python2.7/lib-dynload/select.so
  133. dlopen("/usr/lib64/python2.7/lib-dynload/fcntl.so", 2);
  134. import fcntl # dynamically loaded from /usr/lib64/python2.7/lib-dynload/fcntl.so
  135. # /usr/lib64/python2.7/pickle.pyc matches /usr/lib64/python2.7/pickle.py
  136. import pickle # precompiled from /usr/lib64/python2.7/pickle.pyc
  137. import marshal # builtin
  138. # /usr/lib64/python2.7/hashlib.pyc matches /usr/lib64/python2.7/hashlib.py
  139. import hashlib # precompiled from /usr/lib64/python2.7/hashlib.pyc
  140. dlopen("/usr/lib64/python2.7/lib-dynload/_hashlib.so", 2);
  141. import _hashlib # dynamically loaded from /usr/lib64/python2.7/lib-dynload/_hashlib.so
  142. # /usr/lib64/python2.7/commands.pyc matches /usr/lib64/python2.7/commands.py
  143. import commands # precompiled from /usr/lib64/python2.7/commands.pyc
  144. import logger # from /usr/share/backintime/common/logger.py
  145. # can't create /usr/share/backintime/common/logger.pyc
  146. dlopen("/usr/lib64/python2.7/lib-dynload/syslog.so", 2);
  147. import syslog # dynamically loaded from /usr/lib64/python2.7/lib-dynload/syslog.so
  148. # /usr/lib64/python2.7/token.pyc matches /usr/lib64/python2.7/token.py
  149. import token # precompiled from /usr/lib64/python2.7/token.pyc
  150. # /usr/lib64/python2.7/tokenize.pyc matches /usr/lib64/python2.7/tokenize.py
  151. import tokenize # precompiled from /usr/lib64/python2.7/tokenize.pyc
  152. # /usr/lib64/python2.7/string.pyc matches /usr/lib64/python2.7/string.py
  153. import string # precompiled from /usr/lib64/python2.7/string.pyc
  154. dlopen("/usr/lib64/python2.7/lib-dynload/strop.so", 2);
  155. import strop # dynamically loaded from /usr/lib64/python2.7/lib-dynload/strop.so
  156. import snapshots # from /usr/share/backintime/common/snapshots.py
  157. # can't create /usr/share/backintime/common/snapshots.pyc
  158. # /usr/lib64/python2.7/statvfs.pyc matches /usr/lib64/python2.7/statvfs.py
  159. import statvfs # precompiled from /usr/lib64/python2.7/statvfs.pyc
  160. dlopen("/usr/lib64/python2.7/lib-dynload/bz2.so", 2);
  161. import bz2 # dynamically loaded from /usr/lib64/python2.7/lib-dynload/bz2.so
  162. import pwd # builtin
  163. dlopen("/usr/lib64/python2.7/lib-dynload/grp.so", 2);
  164. import grp # dynamically loaded from /usr/lib64/python2.7/lib-dynload/grp.so
  165. import applicationinstance # from /usr/share/backintime/common/applicationinstance.py
  166. # can't create /usr/share/backintime/common/applicationinstance.pyc
  167. /usr/share/backintime/common/pluginmanager.py: inconsistent use of tabs and spaces in indentation
  168. import pluginmanager # from /usr/share/backintime/common/pluginmanager.py
  169. # can't create /usr/share/backintime/common/pluginmanager.pyc
  170. import guiapplicationinstance # from /usr/share/backintime/common/guiapplicationinstance.py
  171. # can't create /usr/share/backintime/common/guiapplicationinstance.pyc
  172. import PyQt4 # directory /usr/lib64/python2.7/site-packages/PyQt4
  173. import PyQt4 # from /usr/lib64/python2.7/site-packages/PyQt4/__init__.py
  174. # can't create /usr/lib64/python2.7/site-packages/PyQt4/__init__.pyc
  175. dlopen("/usr/lib64/python2.7/site-packages/PyQt4/QtGui.so", 2);
  176. dlopen("/usr/lib64/python2.7/site-packages/sip.so", 2);
  177. import sip # dynamically loaded from /usr/lib64/python2.7/site-packages/sip.so
  178. dlopen("/usr/lib64/python2.7/site-packages/PyQt4/QtCore.so", 2);
  179. import PyQt4.QtCore # dynamically loaded from /usr/lib64/python2.7/site-packages/PyQt4/QtCore.so
  180. import PyQt4.QtGui # dynamically loaded from /usr/lib64/python2.7/site-packages/PyQt4/QtGui.so
  181. import PyKDE4 # directory /usr/lib64/python2.7/site-packages/PyKDE4
  182. # /usr/lib64/python2.7/site-packages/PyKDE4/__init__.pyc has bad mtime
  183. import PyKDE4 # from /usr/lib64/python2.7/site-packages/PyKDE4/__init__.py
  184. # can't create /usr/lib64/python2.7/site-packages/PyKDE4/__init__.pyc
  185. # /usr/lib64/python2.7/plat-linux2/DLFCN.pyc matches /usr/lib64/python2.7/plat-linux2/DLFCN.py
  186. import DLFCN # precompiled from /usr/lib64/python2.7/plat-linux2/DLFCN.pyc
  187. dlopen("/usr/lib64/python2.7/site-packages/PyKDE4/kdecore.so", 102);
  188. dlopen("/usr/lib64/python2.7/site-packages/PyQt4/QtNetwork.so", 102);
  189. import PyQt4.QtNetwork # dynamically loaded from /usr/lib64/python2.7/site-packages/PyQt4/QtNetwork.so
  190. import PyKDE4.kdecore # dynamically loaded from /usr/lib64/python2.7/site-packages/PyKDE4/kdecore.so
  191. dlopen("/usr/lib64/python2.7/site-packages/PyKDE4/kdeui.so", 102);
  192. dlopen("/usr/lib64/python2.7/site-packages/PyQt4/QtSvg.so", 102);
  193. import PyQt4.QtSvg # dynamically loaded from /usr/lib64/python2.7/site-packages/PyQt4/QtSvg.so
  194. dlopen("/usr/lib64/python2.7/site-packages/PyQt4/QtXml.so", 102);
  195. import PyQt4.QtXml # dynamically loaded from /usr/lib64/python2.7/site-packages/PyQt4/QtXml.so
  196. import PyKDE4.kdeui # dynamically loaded from /usr/lib64/python2.7/site-packages/PyKDE4/kdeui.so
  197. dlopen("/usr/lib64/python2.7/site-packages/PyKDE4/kio.so", 102);
  198. dlopen("/usr/lib64/python2.7/site-packages/PyKDE4/solid.so", 102);
  199. import PyKDE4.solid # dynamically loaded from /usr/lib64/python2.7/site-packages/PyKDE4/solid.so
  200. import PyKDE4.kio # dynamically loaded from /usr/lib64/python2.7/site-packages/PyKDE4/kio.so
  201. import kde4tools # from /usr/share/backintime/kde4/kde4tools.py
  202. # can't create /usr/share/backintime/kde4/kde4tools.pyc
  203. import settingsdialog # from /usr/share/backintime/kde4/settingsdialog.py
  204. # can't create /usr/share/backintime/kde4/settingsdialog.pyc
  205. import snapshotsdialog # from /usr/share/backintime/kde4/snapshotsdialog.py
  206. # can't create /usr/share/backintime/kde4/snapshotsdialog.pyc
  207. import logviewdialog # from /usr/share/backintime/kde4/logviewdialog.py
  208. # can't create /usr/share/backintime/kde4/logviewdialog.pyc
  209.  
  210. Back In Time
  211. Version: 1.0.7
  212.  
  213. Back In Time comes with ABSOLUTELY NO WARRANTY.
  214. This is free software, and you are welcome to redistribute it
  215. under certain conditions; type `backintime-kde4 --license' for details.
  216.  
  217. # clear __builtin__._
  218. # clear sys.path
  219. # clear sys.argv
  220. # clear sys.ps1
  221. # clear sys.ps2
  222. # clear sys.exitfunc
  223. # clear sys.exc_type
  224. # clear sys.exc_value
  225. # clear sys.exc_traceback
  226. # clear sys.last_type
  227. # clear sys.last_value
  228. # clear sys.last_traceback
  229. # clear sys.path_hooks
  230. # clear sys.path_importer_cache
  231. # clear sys.meta_path
  232. # clear sys.flags
  233. # clear sys.float_info
  234. # restore sys.stdin
  235. # restore sys.stdout
  236. # restore sys.stderr
  237. # cleanup __main__
  238. # cleanup[1] _bisect
  239. # cleanup[1] sysconfig
  240. # cleanup[1] snapshotsdialog
  241. # cleanup[1] collections
  242. # cleanup[1] zipimport
  243. # cleanup[1] threading
  244. # cleanup[1] token
  245. # cleanup[1] cStringIO
  246. # cleanup[1] PyQt4
  247. # cleanup[1] backintime
  248. # cleanup[1] abc
  249. # cleanup[1] math
  250. # cleanup[1] _functools
  251. # cleanup[1] thread
  252. # cleanup[1] itertools
  253. # cleanup[1] __future__
  254. # cleanup[1] _collections
  255. # cleanup[1] logviewdialog
  256. # cleanup[1] settingsdialog
  257. # cleanup[1] _heapq
  258. # cleanup[1] sre_constants
  259. # cleanup[1] tokenize
  260. # cleanup[1] PyKDE4
  261. # cleanup[1] _warnings
  262. # cleanup[1] _codecs
  263. # cleanup[1] _locale
  264. # cleanup[1] guiapplicationinstance
  265. # cleanup[1] _struct
  266. # cleanup[1] keyword
  267. # cleanup[1] posix
  268. # cleanup[1] exceptions
  269. # cleanup[1] site
  270. # cleanup[1] sip
  271. # cleanup[1] strop
  272. # cleanup[1] kde4tools
  273. # cleanup[1] _weakref
  274. # cleanup[1] _weakrefset
  275. # cleanup[1] PyKDE4.kio
  276. # cleanup[1] heapq
  277. # cleanup[1] string
  278. # cleanup[1] bisect
  279. # cleanup[1] snapshots
  280. # cleanup[1] DLFCN
  281. # cleanup[1] pluginmanager
  282. # cleanup[1] pwd
  283. # cleanup[1] grp
  284. # cleanup[1] applicationinstance
  285. # cleanup[1] config
  286. # cleanup[1] bz2
  287. # cleanup[1] random
  288. # cleanup[1] datetime
  289. # cleanup[1] logger
  290. # cleanup[1] statvfs
  291. # cleanup[1] syslog
  292. # cleanup[1] configfile
  293. # cleanup[1] socket
  294. # cleanup[1] tools
  295. # cleanup[1] _socket
  296. # cleanup[1] hashlib
  297. # cleanup[1] _hashlib
  298. # cleanup[1] _random
  299. # cleanup[1] gettext
  300. # cleanup[1] _ssl
  301. # cleanup[1] subprocess
  302. # cleanup[1] signal
  303. # cleanup[1] locale
  304. # cleanup[1] encodings
  305. # cleanup[1] fcntl
  306. # cleanup[1] commands
  307. # cleanup[1] traceback
  308. # cleanup[1] operator
  309. # cleanup[1] select
  310. # cleanup[1] copy
  311. # cleanup[1] encodings.aliases
  312. # cleanup[1] pickle
  313. # cleanup[1] functools
  314. # cleanup[1] gc
  315. # cleanup[1] struct
  316. # cleanup[1] encodings.utf_8
  317. # cleanup[1] re
  318. # cleanup[1] codecs
  319. # cleanup[1] weakref
  320. # cleanup[1] marshal
  321. # cleanup[1] binascii
  322. # cleanup[1] sre_compile
  323. # cleanup[1] _sre
  324. # cleanup[1] sre_parse
  325. # cleanup[2] PyKDE4.kdeui
  326. # cleanup[2] UserDict
  327. # cleanup[2] PyQt4.QtGui
  328. # cleanup[2] PyQt4.QtNetwork
  329. # cleanup[2] PyKDE4.kdecore
  330. # cleanup[2] os
  331. # cleanup[2] posixpath
  332. # cleanup[2] errno
  333. # cleanup[2] os.path
  334. # cleanup[2] PyQt4.QtSvg
  335. # cleanup[2] PyKDE4.solid
  336. # cleanup[2] copy_reg
  337. # cleanup[2] linecache
  338. # cleanup[2] _abcoll
  339. # cleanup[2] genericpath
  340. # cleanup[2] stat
  341. # cleanup[2] PyQt4.QtCore
  342. # cleanup[2] warnings
  343. # cleanup[2] types
  344. # cleanup[2] PyQt4.QtXml
  345. # cleanup[2] time
  346. # cleanup sys
  347. # cleanup __builtin__
  348. # cleanup ints: 80 unfreed ints
  349. # cleanup floats: 34 unfreed floats
  350.  
  351.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement