
Added import for com_error type in outlook.py. added main_outlook.py in /testing to run tests against Outlook2000. Also added outlook.cfg in /testing which has the configuration data for main_outlook.py Removed outlook_real.txt and doctests line from tests.py git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2535 fd906abe-77d9-0310-91a1-e0d9ade77398
10 lines
No EOL
244 B
INI
10 lines
No EOL
244 B
INI
#
|
|
# Standard configuration for agent application
|
|
#
|
|
# $Id: outlook.cfg 2496 2008-04-04 08:07:22Z helmutm $
|
|
#
|
|
|
|
controller(names=['core.sample'])
|
|
scheduler(name='core')
|
|
logger(name='default', standard=30)
|
|
system.winapi = 'use_outlook' |