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:
Colin Walters
2011-05-11 15:02:23 -04:00
parent eebb3647a1
commit 61295f87c9
3 changed files with 24 additions and 25 deletions

View File

@ -22,7 +22,6 @@
# Author: David Zeuthen <davidz@redhat.com>
import sys
import argparse
import config
import utils