From e15c65abc25cd1d5d77ec6815a3c011b9f57ddac Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Wed, 22 Aug 2012 10:46:11 +0900 Subject: Remove unused imports There are several imports that are not used. Remove them. Change-Id: I2ac3be66827bd68d3faedcef7d6bbf30ea01d3f2 --- manifest_xml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifest_xml.py') diff --git a/manifest_xml.py b/manifest_xml.py index 26cc14f6..205e4af7 100644 --- a/manifest_xml.py +++ b/manifest_xml.py @@ -20,7 +20,7 @@ import sys import urlparse import xml.dom.minidom -from git_config import GitConfig, IsId +from git_config import GitConfig from project import RemoteSpec, Project, MetaProject, R_HEADS, HEAD from error import ManifestParseError -- cgit v1.2.3-54-g00ecf