From 9d534911b0573772f9a5acf60972f0ed27a333b5 Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Mon, 4 Jun 2018 15:29:05 -0400 Subject: [PATCH] Bug 1466222 - pyflake locales.py r=catlee for "Cleanup l10n mozharness config files." (Batch 2) Differential Revision: https://phabricator.services.mozilla.com/D1547 --HG-- extra : rebase_source : aa8a832c41d26edb9e1b0812c9300ab41873c511 --- testing/mozharness/mozharness/mozilla/l10n/locales.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/testing/mozharness/mozharness/mozilla/l10n/locales.py b/testing/mozharness/mozharness/mozilla/l10n/locales.py index adc63611c438..94b436f77bf4 100755 --- a/testing/mozharness/mozharness/mozilla/l10n/locales.py +++ b/testing/mozharness/mozharness/mozilla/l10n/locales.py @@ -8,12 +8,8 @@ """ import os -from urlparse import urljoin import pprint import sys -from copy import deepcopy - -sys.path.insert(1, os.path.dirname(sys.path[0])) from mozharness.base.config import parse_config_file