Module registry reimported as it is needed for "bonobo convert".

This commit is contained in:
Romain Dorgueil
2017-11-01 12:46:03 +01:00
parent b6c7d598dc
commit 40a745fe08
6 changed files with 29 additions and 14 deletions

View File

@ -1,6 +0,0 @@
from bonobo.util.python import require
def test_require():
dummy = require('requireable.dummy')
assert dummy.foo == 'bar'