Language.

This commit is contained in:
Valentin Lorentz 2015-08-29 21:46:47 +02:00
parent 20ef13ef9f
commit e5d8315e64
2 changed files with 2 additions and 2 deletions

View File

@ -327,7 +327,7 @@ class FactoidsTestCase(ChannelPluginTestCase):
self.failIf(m) self.failIf(m)
def testAddFactoidNotCalledWithBadNestingSyntax(self): def testAddFactoidNotCalledWithBadNestingSyntax(self):
self.assertError('re s/Error:.*/jbm is a tard/ ]') self.assertError('re s/Error:.*/foo/ ]')
self.assertNoResponse(' ', 3) self.assertNoResponse(' ', 3)
def testConfigShowFactoidIfOnlyOneMatch(self): def testConfigShowFactoidIfOnlyOneMatch(self):

View File

@ -143,7 +143,7 @@ def upkeep():
msvcrt.heapmin() msvcrt.heapmin()
except ImportError: except ImportError:
pass pass
except IOError: # Win98 sux0rs! except IOError: # Win98
pass pass
if conf.daemonized: if conf.daemonized:
# If we're daemonized, sys.stdout has been replaced with a StringIO # If we're daemonized, sys.stdout has been replaced with a StringIO