*** empty log message ***

This commit is contained in:
Mike Goslin 2001-03-07 02:45:58 +00:00
parent 0cc0bf5e31
commit 3335765559
2 changed files with 2 additions and 1 deletions

View File

@ -78,6 +78,7 @@ class Interval(DirectObject):
self.setT(te)
return Task.cont
else:
self.setT(self.playDuration)
return Task.done
def printParams(self, indent=0):

View File

@ -96,7 +96,7 @@ class Track(Interval):
if (self.ilist[i][0] == interval):
return (self.__computeDuration(i+1) - interval.getDuration())
Interval.notify.warning(
'Track.__getIntervalStartTime(): Interval not found')
'Track.getIntervalStartTime(): Interval not found')
return 0.0
def getIntervalEndTime(self, name):