mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-16 07:03:34 +02:00
gdbus-codegen: Drop dependency on argparse
This is only in Python 2.7 or as a separate module. Use optparse which exists since 2.3. https://bugzilla.gnome.org/show_bug.cgi?id=649988
This commit is contained in:
@ -22,7 +22,6 @@
|
||||
# Author: David Zeuthen <davidz@redhat.com>
|
||||
|
||||
import sys
|
||||
import argparse
|
||||
|
||||
import config
|
||||
import utils
|
||||
|
Reference in New Issue
Block a user