From b929a1cb449a302cafbd7b2b773fe53689098b87 Mon Sep 17 00:00:00 2001 From: "anodelman%mozilla.com" Date: Fri, 5 Feb 2010 20:43:30 +0000 Subject: [PATCH] bustage fix, importing devicemanager breaks non-mobile platforms p/r=anodelman git-svn-id: svn://10.0.0.236/trunk@259622 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/testing/performance/talos/bcontroller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/testing/performance/talos/bcontroller.py b/mozilla/testing/performance/talos/bcontroller.py index 68485a68c28..9d5ab31ab03 100644 --- a/mozilla/testing/performance/talos/bcontroller.py +++ b/mozilla/testing/performance/talos/bcontroller.py @@ -51,7 +51,7 @@ import sys import getopt import stat -import devicemanager +#import devicemanager if platform.system() == "Linux": platform_type = 'linux_'