From 371f1f38b853ad35f5054d47eaba97305ce156d4 Mon Sep 17 00:00:00 2001 From: idgserpro Date: Mon, 21 Sep 2015 17:53:01 -0300 Subject: [PATCH] Remove iw.debug Evita erro: ImportError: No module named pexpect Ver: https://github.com/ipython/ipython/issues/8806 --- buildout.cfg | 4 ---- 1 file changed, 4 deletions(-) diff --git a/buildout.cfg b/buildout.cfg index 6e033a2..f47e869 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -8,7 +8,6 @@ package-name = brasil.gov.agenda package-extras = [test] eggs += z3c.unconfigure - iw.debug parts += createcoverage @@ -32,9 +31,6 @@ prefer-single-quotes = True return-status-codes = True utf8-header = True -[instance] -zcml += iw.debug - [i18ndude] recipe = zc.recipe.egg eggs = i18ndude