From 5e65b52f3a54fde0a5adc883525042c40eaa8c4e Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 20 Jun 2003 02:35:44 +0000 Subject: [PATCH] fix notify name --- direct/src/interval/MetaInterval.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/interval/MetaInterval.py b/direct/src/interval/MetaInterval.py index e544c8aa3c..85b5b62b2c 100644 --- a/direct/src/interval/MetaInterval.py +++ b/direct/src/interval/MetaInterval.py @@ -17,7 +17,7 @@ class MetaInterval(CMetaInterval): # This is the base class of Sequence, Parallel, and Track. - notify = directNotify.newCategory("Interval") + notify = directNotify.newCategory("MetaInterval") SequenceNum = 1 def __init__(self, *ivals, **kw):