From 71bea435b6f73644d5d7320001ac56d78bcc4687 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sun, 21 Jul 2013 09:58:36 -0700 Subject: Move d2to1 more into the source tree When we merged in d2to1, we kept it separate, but I don't think there is a great benefit to doing that. Change-Id: I3972b3132619e8e2dd7e362ca5fe9d1e3add43b8 --- tools/integration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/integration.sh b/tools/integration.sh index d4fafa5..41a350d 100644 --- a/tools/integration.sh +++ b/tools/integration.sh @@ -151,7 +151,7 @@ for PROJECT in $PROJECTS ; do # TODO(mordred): need to implement egg filtering # Because install will have caused eggs to be locally downloaded - # pbr and d2to1 can get excluded from being in the actual venv + # pbr can get excluded from being in the actual venv # test that this did not happen # $tempvenv/bin/python -c 'import pkg_resources as p; import sys; pbr=p.working_set.find(p.Requirement.parse("pbr")) is None; sys.exit(pbr or 0)' done -- cgit v1.2.1