*** empty log message ***

This commit is contained in:
Mark Mine 2001-06-08 00:32:26 +00:00
parent af7d856efc
commit 0ec66737d1

View File

@ -38,6 +38,8 @@ class FunctionInterval(Interval):
"""
# Evaluate the function
apply(self.function, self.extraArgs)
# Print debug information
self.notify.debug('updateFunc() - %s: executing Function' % self.name)
### FunctionInterval subclass for throwing events ###
class EventInterval(FunctionInterval):