paula.pasplugins: catched exception in property copy code
[paula.git] / paula.pau_addons / buildout.cfg
blobf6269d623b6441a985c14f5e417ae706e5a31957
1 [buildout]
2 develop = .
3     externals/paula.testing
4 parts = test py
6 [test]
7 recipe = zc.recipe.testrunner
8 eggs = paula.pau_addons [test]
10 [py]
11 recipe = zc.recipe.egg
12 interpreter = py
13 eggs = ${test:eggs}