Changeset 9762 for branches/plugin-system/src/gajim.py
- Timestamp:
- 06/07/08 19:28:34 (6 months ago)
- Files:
-
- 1 modified
-
branches/plugin-system/src/gajim.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin-system/src/gajim.py
r9752 r9762 27 27 28 28 import os 29 import pycallgraph 30 29 31 30 32 if os.name == 'nt': … … 603 605 import osx 604 606 osx.shutdown() 607 608 #pycallgraph.make_dot_graph('common.xmpp-only.dot', format='dot') 605 609 606 610 import atexit … … 3232 3236 3233 3237 def __init__(self): 3238 #filter_func = pycallgraph.GlobbingFilter(include=['common.xmpp.*']) 3239 #pycallgraph.start_trace(filter_func=filter_func) 3240 3234 3241 gajim.interface = self 3235 3242 # This is the manager and factory of message windows set by the module
