Bug 996477 - Fix ImportError when running mach marionette-webapi, r=glandium

This commit is contained in:
Jonathan Griffin
2014-04-16 10:27:25 -07:00
parent de3c05bf31
commit 6b9f321d77
2 changed files with 2 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ SEARCH_PATHS = [
'testing/xpcshell',
'testing/marionette/client',
'testing/marionette/client/marionette',
'testing/marionette/transport',
'testing/mozbase/mozcrash',
'testing/mozbase/mozdevice',
'testing/mozbase/mozfile',

View File

@@ -1,3 +1,4 @@
marionette_transport.pth:testing/marionette/transport
marionette.pth:testing/marionette/client
blessings.pth:python/blessings
configobj.pth:python/configobj