ソースを参照

fix notify name

David Rose 22 年 前
コミット
5e65b52f3a
1 ファイル変更1 行追加1 行削除
  1. 1 1
      direct/src/interval/MetaInterval.py

+ 1 - 1
direct/src/interval/MetaInterval.py

@@ -17,7 +17,7 @@ class MetaInterval(CMetaInterval):
 
 
     # This is the base class of Sequence, Parallel, and Track.
     # This is the base class of Sequence, Parallel, and Track.
 
 
-    notify = directNotify.newCategory("Interval")
+    notify = directNotify.newCategory("MetaInterval")
 
 
     SequenceNum = 1
     SequenceNum = 1
     def __init__(self, *ivals, **kw):
     def __init__(self, *ivals, **kw):