mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +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"
|
||||
|
||||
def main_version (options):
|
||||
def main_version ():
|
||||
|
||||
from GstDebugViewer import version
|
||||
|
||||
|
|
Loading…
Reference in a new issue