Bug 1564282 - Pre: Make it easier to work with mozbase in Raptor locally. r=ahal

This is the equivalent of .pth in virtualenv declarations.  It sets up
a .egg file with a `sys.path` addition, as far as I can tell.

Differential Revision: https://phabricator.services.mozilla.com/D37131

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Nick Alexander 2019-07-23 21:58:23 +00:00
Родитель 4db8112c33
Коммит 3437fc2557
1 изменённых файлов: 19 добавлений и 19 удалений

Просмотреть файл

@ -1,20 +1,20 @@
../../python/mozterm
--editable ../../python/mozterm
../mozbase/manifestparser
../mozbase/mozcrash
../mozbase/mozdebug
../mozbase/mozdevice
../mozbase/mozfile
../mozbase/mozhttpd
../mozbase/mozinfo
../mozbase/mozinstall
../mozbase/mozleak
../mozbase/mozlog
../mozbase/moznetwork
../mozbase/mozprocess
../mozbase/mozprofile
../mozbase/mozproxy
../mozbase/mozrunner
../mozbase/mozscreenshot
../mozbase/moztest
../mozbase/mozversion
--editable ../mozbase/manifestparser
--editable ../mozbase/mozcrash
--editable ../mozbase/mozdebug
--editable ../mozbase/mozdevice
--editable ../mozbase/mozfile
--editable ../mozbase/mozhttpd
--editable ../mozbase/mozinfo
--editable ../mozbase/mozinstall
--editable ../mozbase/mozleak
--editable ../mozbase/mozlog
--editable ../mozbase/moznetwork
--editable ../mozbase/mozprocess
--editable ../mozbase/mozprofile
--editable ../mozbase/mozproxy
--editable ../mozbase/mozrunner
--editable ../mozbase/mozscreenshot
--editable ../mozbase/moztest
--editable ../mozbase/mozversion