mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
Fix --version option
This commit is contained in:
parent
1b724edcac
commit
ce72ad583e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ Common = GstDebugViewer.Common
|
||||||
|
|
||||||
GETTEXT_DOMAIN = "gst-debug-viewer"
|
GETTEXT_DOMAIN = "gst-debug-viewer"
|
||||||
|
|
||||||
def main_version (options):
|
def main_version ():
|
||||||
|
|
||||||
from GstDebugViewer import version
|
from GstDebugViewer import version
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue