Re: [bitpim-cvs-checkins] SF.net SVN: bitpim: [3770] trunk/bitpim/src/bp.py
Roger Binns <[email protected]>
| Newsgroups | gmane.comp.mobile.bitpim.devel |
|---|---|
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [email protected] wrote: | + try: | + _options, _args=getopt.getopt(sys.argv[1:], 'c:d:') | + except getopt.GetoptError,e: | + _options=[] | + _args=[] That is a bad idea. It should print the command line usage to stdout (Linux, Mac) or a messagebox (win32). Roger -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFFfOOkmOOfHg372QQRApnkAKCaw+AIowBFDUo4/FFfDS+M4EIa0wCeNQxq ZcpVZQPs+TPdV/sXl9JTaGg= =NS6I -----END PGP SIGNATURE----- ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV