1
0
Fork 0
forked from len0rd/rockbox

Experimenting with USER

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4582 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2004-05-07 12:26:14 +00:00
parent 00c7f39d1c
commit 512d51cf8a

View file

@ -164,6 +164,8 @@ def main():
except getopt.error, msg: except getopt.error, msg:
usage(1, msg) usage(1, msg)
username = 'apa'
# parse the options # parse the options
for opt, arg in opts: for opt, arg in opts:
if opt in ('-h', '--help'): if opt in ('-h', '--help'):