Ticket #1878: twisted.monitor.fix1878.patch
File twisted.monitor.fix1878.patch, 393 bytes (added by , 16 years ago) |
---|
-
twisted/web/monitor.py
8 8 from zope.interface import implements 9 9 from twisted.python import components 10 10 11 class IChangeNotified :11 class IChangeNotified(components.Interface): 12 12 pass 13 13 14 14 class BaseChangeNotified: