From d1f70d9929ddd2748ccc9c1dd2f9603068e1f3e6 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Tue, 19 May 2009 14:58:02 -0700 Subject: Refactor how projects parse remotes so it can be replaced We now feed Project a RemoteSpec, instead of the Remote directly from the XmlManifest. This way the RemoteSpec already has the full project URL, rather than just the base, permitting other types of manifests to produce the URL in their own style. Signed-off-by: Shawn O. Pearce --- subcmds/init.py | 1 - 1 file changed, 1 deletion(-) (limited to 'subcmds/init.py') diff --git a/subcmds/init.py b/subcmds/init.py index 90b76e8b..0d0fcd06 100644 --- a/subcmds/init.py +++ b/subcmds/init.py @@ -19,7 +19,6 @@ import sys from color import Coloring from command import InteractiveCommand, MirrorSafeCommand from error import ManifestParseError -from remote import Remote from project import SyncBuffer from git_command import git, MIN_GIT_VERSION -- cgit v1.2.3-54-g00ecf