pyges: Install it so we now use import ges

Using from gst import ges did not make much sense
This commit is contained in:
Thibault Saunier 2011-08-11 14:27:31 +02:00
parent 08be3bd93b
commit 1b036156af
13 changed files with 13 additions and 13 deletions

View file

@ -1,5 +1,5 @@
SUBDIRS = codegen examples testsuite
pkgpyexecdir = $(pyexecdir)/gst-$(GST_MAJORMINOR)/gst
pkgpyexecdir = $(pyexecdir)
# we install everything in pyexecdir; otherwise you end up with a mess for
# multilib

View file

@ -2,7 +2,7 @@ import glib
import gst
from common import TestCase
from gst import ges
import ges
class GlobalFunctions(TestCase):

View file

@ -2,7 +2,7 @@ import glib
import gst
from common import TestCase
from gst import ges
import ges
class Layer(TestCase):

View file

@ -2,7 +2,7 @@ import glib
import gst
from common import TestCase
from gst import ges
import ges
class SimpleLayer(TestCase):

View file

@ -1,7 +1,7 @@
import gst
from common import TestCase
from gst import ges
import ges
from time import sleep
class TextOverlay(TestCase):

View file

@ -2,7 +2,7 @@ import glib
import gst
from common import TestCase
from gst import ges
import ges
class Timeline(TestCase):

View file

@ -1,7 +1,7 @@
import gst
from common import TestCase
from gst import ges
import ges
class TimelineFileSource(TestCase):

View file

@ -1,7 +1,7 @@
import gst
from common import TestCase
from gst import ges
import ges
from time import sleep
class ParseLaunchEffect(TestCase):

View file

@ -2,7 +2,7 @@ import glib
import gst
from common import TestCase
from gst import ges
import ges
class TimelinePipeline(TestCase):

View file

@ -2,7 +2,7 @@ import glib
import gst
from common import TestCase
from gst import ges
import ges
class TimelineTestSource(TestCase):

View file

@ -1,7 +1,7 @@
import gst
from common import TestCase
from gst import ges
import ges
class TimelineTitleSource(TestCase):

View file

@ -1,7 +1,7 @@
import gst
from common import TestCase
from gst import ges
import ges
class Track(TestCase):

View file

@ -2,7 +2,7 @@ import glib
import gst
from common import TestCase
from gst import ges
import ges
class Timeline(TestCase):