forked from openlp/openlp
remove print statments
This commit is contained in:
parent
92eee52d3f
commit
14719b8ab3
@ -270,8 +270,6 @@ def parse_options(args):
|
|||||||
:param args: list of command line arguments
|
:param args: list of command line arguments
|
||||||
:return: a tuple of parsed options of type optparse.Value and a list of remaining argsZ
|
:return: a tuple of parsed options of type optparse.Value and a list of remaining argsZ
|
||||||
"""
|
"""
|
||||||
print(args)
|
|
||||||
print(sys.argv)
|
|
||||||
# Set up command line options.
|
# Set up command line options.
|
||||||
usage = 'Usage: %prog [options] [qt-options]'
|
usage = 'Usage: %prog [options] [qt-options]'
|
||||||
parser = OptionParser(usage=usage)
|
parser = OptionParser(usage=usage)
|
||||||
|
Loading…
Reference in New Issue
Block a user