Closed
Bug 1666897
Opened 4 years ago
Closed 4 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
(Blocks 1 open bug)
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•4 years ago
|
Assignee: nobody → mhentges
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•4 years ago
|
||
Adds the __main__.py
file so that python -m mozphab
has an entry
point to use.
Assignee | ||
Comment 3•4 years ago
|
||
Adds the __main__.py
file so that python -m mozphab
has an entry
point to use.
Updated•4 years ago
|
Attachment #9178279 -
Attachment is obsolete: true
Assignee | ||
Updated•4 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•