mirror of
https://git.codelinaro.org/clo/tools/repo.git
synced 2025-06-01 14:43:34 +08:00
Remove unused imports
There are several imports that are not used. Remove them. Change-Id: I2ac3be66827bd68d3faedcef7d6bbf30ea01d3f2
This commit is contained in:

committed by
Gustaf Lundh

parent
daa851f6cd
commit
e15c65abc2
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user