gecko-dev/tools/tryselect/selectors
Andrew Halberstadt 0e697ce235 Bug 1422302 - Create python/mozterm for sharing terminal blessings across modules r=gps
This is a new module that will provide a place to store some common
abstractions around the 'blessings' module. The main entrypoint is:

    from mozterm import Terminal
    term = Terminal()

If blessings is available, this will return a blessings.Terminal()
object. If it isn't available, or something went wrong on import,
this will return a NullTerminal() object, which is a drop-in
replacement that does no formatting.

MozReview-Commit-ID: 6c63svm4tM5

--HG--
extra : rebase_source : 9ab221774d92a418d9b098d79bb2c88f75d937f8
2017-12-04 09:38:24 -05:00
..
__init__.py
empty.py Bug 1413374 - [tryselect] Fix |mach try empty| regression and add a test, r=armenzg 2017-11-01 08:12:42 -04:00
fuzzy.py Bug 1422302 - Create python/mozterm for sharing terminal blessings across modules r=gps 2017-12-04 09:38:24 -05:00
syntax.py Bug 1414399 - [moztest] Refactor |mach test|'s resolving logic into moztest.resolve r=gps 2017-11-08 09:59:51 -05:00