summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-07-21 09:58:36 -0700
committerMonty Taylor <mordred@inaugust.com>2013-07-21 10:20:03 -0700
commit71bea435b6f73644d5d7320001ac56d78bcc4687 (patch)
treefec9ea657d50135c95193664062f94b8fed6a56d /tools
parentd09372e59e0a951867da65cd152e7d3f0e8faf0f (diff)
downloadpbr-71bea435b6f73644d5d7320001ac56d78bcc4687.tar.gz
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
Diffstat (limited to 'tools')
-rw-r--r--tools/integration.sh2
1 files changed, 1 insertions, 1 deletions
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