buildout.cfg
branchdev-tf
changeset 425 aeea1428f782
parent 415 a6fea42dc750
child 431 c8b8b126bb32
--- a/buildout.cfg	Sat Nov 23 00:38:44 2019 +0100
+++ b/buildout.cfg	Sat Nov 23 01:24:11 2019 +0100
@@ -55,7 +55,9 @@
 
 [pylint]
 recipe = zc.recipe.egg
-eggs = pylint
+eggs =
+    pyams_utils
+    pylint
 entry-points = pylint=pylint.lint:Run
 arguments = sys.argv[1:]