[TIMOB-9309] BlackBerry: Convert argparse to optparse
| GitHub Issue | n/a |
|---|---|
| Type | Story |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2012-06-13T06:17:53.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 2.1.0, Sprint 2012-07 BB |
| Components | BlackBerry |
| Labels | medium |
| Reporter | David Lifshitz |
| Assignee | Alexander Galstyan |
| Created | 2012-05-30T10:38:42.000+0000 |
| Updated | 2017-03-09T00:46:27.000+0000 |
Description
The argparse module was introduced in python 2.7 but we need to support 2.6 so we need to use optparse instead. It's fairly similar except it doesn't support sub-parsers.
Need to complete this task in order to be able to merge our work with the appcelerator branch.
PR Link: https://github.com/Macadamian/titanium_mobile/pull/71 PR Link: https://github.com/Macadamian/titanium_mobile/pull/74
Closing ticket as fixed.