Main: fix import
This commit is contained in:
parent
8cfe17d064
commit
4adee5c7f0
@ -63,7 +63,7 @@ class OptionParser (Common.Main.LogOptionParser):
|
|||||||
sys.exit (0)
|
sys.exit (0)
|
||||||
|
|
||||||
if self.options["main"] is None:
|
if self.options["main"] is None:
|
||||||
import GUI
|
from GstDebugViewer import GUI
|
||||||
self.options["main"] = GUI.main
|
self.options["main"] = GUI.main
|
||||||
|
|
||||||
self.options["args"][:] = remaining_args
|
self.options["args"][:] = remaining_args
|
||||||
|
Loading…
x
Reference in New Issue
Block a user