[pitivi: 32/65] Change the test_timeline imports to be consistent	with the other tests
- From: Thibault Saunier <tsaunier src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [pitivi: 32/65] Change the test_timeline imports to be consistent	with the other tests
- Date: Mon,  4 Jul 2011 01:21:55 +0000 (UTC)
commit 32627bc63cfe07fb835df8dd3b4522eefc6126e2
Author: Alex BÄluÈ <alexandru balut gmail com>
Date:   Thu Jun 9 12:36:31 2011 +0200
    Change the test_timeline imports to be consistent with the other tests
 tests/test_timeline.py |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/tests/test_timeline.py b/tests/test_timeline.py
index ccd48d6..055f9f4 100644
--- a/tests/test_timeline.py
+++ b/tests/test_timeline.py
@@ -19,19 +19,18 @@
 # Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
 # Boston, MA 02110-1301, USA.
 
-import pygst
 import gst
 
-from tests.common import FakeSourceFactory, FakeEffectFactory
+from pitivi.factories.test import AudioTestSourceFactory
+from pitivi.stream import AudioStream, VideoStream
 from pitivi.timeline.timeline import Timeline, TimelineObject, TimelineError, \
         Link, TimelineEdges, MoveContext, TrimStartContext, \
         TrimEndContext
 from pitivi.timeline.track import Track, SourceTrackObject, TrackEffect
-from pitivi.stream import AudioStream, VideoStream
 from pitivi.utils import UNKNOWN_DURATION
-from pitivi.factories.test import AudioTestSourceFactory
 
-from common import SignalMonitor, TestCase, StubFactory
+from tests.common import FakeEffectFactory, FakeSourceFactory, \
+        SignalMonitor, StubFactory, TestCase
 
 
 class TimelineSignalMonitor(SignalMonitor):
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]