python: Do not initialize GES at import time

This commit is contained in:
Thibault Saunier 2013-08-26 17:41:14 -04:00
parent 4318f683d9
commit c22e2dcfac

View file

@ -55,10 +55,3 @@ try:
Gst
except:
raise RuntimeError("GSt couldn't be imported, make sure you have gst-python installed")
initialized = GES.init()
if not initialized:
raise RuntimeError("GES couldn't be initialized, make sure you have gst-python installed")