From 84e15316cc7cf22dffb83b511f1b1d68015fe1d2 Mon Sep 17 00:00:00 2001 From: rdb Date: Sun, 3 Jan 2016 17:40:13 +0100 Subject: [PATCH] remove conflicting loop property on Interval --- direct/src/interval/Interval.py | 1 - 1 file changed, 1 deletion(-) diff --git a/direct/src/interval/Interval.py b/direct/src/interval/Interval.py index cde4f773b1..580eb3ab2f 100644 --- a/direct/src/interval/Interval.py +++ b/direct/src/interval/Interval.py @@ -399,7 +399,6 @@ class Interval(DirectObject): return (space + self.name + ' dur: %.2f' % self.duration) open_ended = property(getOpenEnded) - loop = property(getLoop, setLoop) stopped = property(isStopped) t = property(getT, setT) play_rate = property(getPlayRate, setPlayRate)