We merged the change.
As part of this change, we renamed the earlier module translate.py to main.py.
We also changed the way how (command line) options are handled. These were previously parsed when `options` was (first) imported. Now this parsing must explicitly be initiated by means of options.set_options(). If the package is used within other code, the options can be set by passing them to this method as a list.
|