mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 859840 - use devicemanager in-tree for xpcshell. r=Callek
This commit is contained in:
parent
137e96050e
commit
1794caac7b
@ -32,6 +32,7 @@ MOZDEVICE_FILES := \
|
||||
devicemanager.py \
|
||||
devicemanagerADB.py \
|
||||
devicemanagerSUT.py \
|
||||
Zeroconf.py \
|
||||
$(NULL)
|
||||
|
||||
# Components / typelibs that don't get packaged with
|
||||
|
@ -9,7 +9,7 @@ import subprocess
|
||||
import runxpcshelltests as xpcshell
|
||||
import tempfile
|
||||
from automationutils import replaceBackSlashes
|
||||
from mozdevice import devicemanagerADB, devicemanagerSUT, DMError
|
||||
import devicemanagerADB, devicemanagerSUT, devicemanager
|
||||
|
||||
here = os.path.dirname(os.path.abspath(__file__))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user