Changed socketDrivers to be the default Driver.

This commit is contained in:
Jeremy Fincher 2003-09-01 17:35:09 +00:00
parent 1d77fa5354
commit 5c92c85342

View File

@ -185,8 +185,8 @@ detailedTracebacks = True
# driverModule: A string that is the module where the default driver for the
# bot will be found.
###
driverModule = 'asyncoreDrivers'
#driverModule = 'socketDrivers'
driverModule = 'socketDrivers'
#driverModule = 'asyncoreDrivers'
#driverModule = 'twistedDrivers'
###############################