Bug 859840 - use devicemanager in-tree for xpcshell. r=Callek

This commit is contained in:
Joel Maher 2013-04-10 14:51:31 -04:00
parent 137e96050e
commit 1794caac7b
2 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,7 @@ MOZDEVICE_FILES := \
devicemanager.py \
devicemanagerADB.py \
devicemanagerSUT.py \
Zeroconf.py \
$(NULL)
# Components / typelibs that don't get packaged with

View File

@ -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__))