Commit 344018d7 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

resiliency-test: temp fix for import error of erp5.util

parent 54e24dea
......@@ -35,7 +35,10 @@ import sys
import time
import traceback
from erp5.util import taskdistribution
from erp5.util.testnode import Utils
try:
from erp5.util.testnode import Utils
except ImportError:
pass
def importFrom(name):
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment