Merge lp://staging/~mikemc/dirspec/add-exefind into lp://staging/dirspec
Proposed by
Mike McCracken
Status: | Merged |
---|---|
Merged at revision: | 8 |
Proposed branch: | lp://staging/~mikemc/dirspec/add-exefind |
Merge into: | lp://staging/dirspec |
Diff against target: |
257 lines (+215/-1) 2 files modified
dirspec/tests/test_utils.py (+141/-1) dirspec/utils.py (+74/-0) |
To merge this branch: | bzr merge lp://staging/~mikemc/dirspec/add-exefind |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
dobey (community) | Needs Fixing | ||
Review via email: mp+113782@code.staging.launchpad.net |
Commit message
- Add function for getting executable command lines across projects and platforms and packagings (LP: #1021833)
Description of the change
- Add function for getting executable command lines across projects and platforms and packagings (LP: #1021833)
To post a comment you must log in.
First thing I notice this will need is an __all__ to only export the public method.
Also, I don't like the naming, and I think we should probably have a better fallback for Linux/BSD/etc… We'll also need to deal with varying python executable name, such as python3 instead of python.