mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
Main: fix import
This commit is contained in:
parent
8cfe17d064
commit
4adee5c7f0
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class OptionParser (Common.Main.LogOptionParser):
|
|||
sys.exit (0)
|
||||
|
||||
if self.options["main"] is None:
|
||||
import GUI
|
||||
from GstDebugViewer import GUI
|
||||
self.options["main"] = GUI.main
|
||||
|
||||
self.options["args"][:] = remaining_args
|
||||
|
|
Loading…
Reference in a new issue