Closed
Bug 1666897
Opened 5 years ago
Closed 5 years ago
Allow execution via |python -m mozphab ...|
Categories
(Conduit :: moz-phab, enhancement)
Conduit
moz-phab
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mhentges, Assigned: mhentges)
References
Details
Attachments
(1 file, 1 obsolete file)
Programmatically finding the moz-phab entry point is not easy and depends on pip output that may change in future versions.
By making python -m mozphab ... possible, programmatic execution of moz-phab will be simplified.
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → mhentges
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•5 years ago
|
||
Adds the __main__.py file so that python -m mozphab has an entry
point to use.
| Assignee | ||
Comment 3•5 years ago
|
||
Adds the __main__.py file so that python -m mozphab has an entry
point to use.
Updated•5 years ago
|
Attachment #9178279 -
Attachment is obsolete: true
| Assignee | ||
Updated•5 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•