Useful printing of pid.

This commit is contained in:
Jeremy Fincher 2004-09-01 06:13:30 +00:00
parent e9205ff621
commit c036213b4c
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ __revision__ = "$Id$"
import os
print 'Testing begun, pid=%s' % os.getpid()
import supybot
import logging