[pitivi] utils/pipeline: Match the subclassing order of Seeker
- From: Jean-FranÃois Fortin Tam <jfft src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] utils/pipeline: Match the subclassing order of Seeker
- Date: Sun, 2 Sep 2012 04:04:21 +0000 (UTC)
commit e3ce08bf027b5368d385fee834f825b6255bda68
Author: Jean-FranÃois Fortin Tam <nekohayo gmail com>
Date: Sun Aug 26 18:15:34 2012 -0700
utils/pipeline: Match the subclassing order of Seeker
Otherwise, debug statements may not work due to a MRO issue
pitivi/utils/pipeline.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/utils/pipeline.py b/pitivi/utils/pipeline.py
index 52783b4..6c2c0ff 100644
--- a/pitivi/utils/pipeline.py
+++ b/pitivi/utils/pipeline.py
@@ -127,7 +127,7 @@ class Seeker(Signallable, Loggable):
return False
-class SimplePipeline(Loggable, Signallable):
+class SimplePipeline(Signallable, Loggable):
"""
The Pipeline is only responsible for:
- State changes
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]