Changeset 5544

Show
Ignore:
Timestamp:
02/18/10 12:40:42 (5 months ago)
Author:
nopper
Message:

Fixing exclude regex in PacketManipulator launcher

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pm/trunk/PacketManipulator

    r5531 r5544  
    2525os.putenv('PM_NOPSYCO', '1') 
    2626os.putenv('PM_LOGLEVEL', '1') 
    27 os.putenv('PM_LOGEXCLUDE', '(register_tab|Containers.py|doc.py|MainWindow.py|dump\(\)\:|hook_point)') 
     27os.putenv('PM_LOGEXCLUDE', '(register_tab|containers.py|doc.py|mainwindow.py|dump\(\)\:|hook_point|bus.py)') 
    2828os.putenv('PYTHONPATH', '%s%s%s' % (os.getcwd(), os.pathsep, 
    2929                                    os.getenv('PYTHONPATH', '')))