Commit ad2ff265 authored by David Glick's avatar David Glick

missed one change

parent 5b7e11cb
......@@ -599,7 +599,7 @@ class ObjectManager(
raise BadRequest, 'Invalid file name %s' % escape(file)
cfg = getConfiguration()
for impath in (cfg.instancehome, cfg.zopehome):
for impath in (cfg.instancehome, cfg.zopehome, cfg.clienthome):
filepath = os.path.join(impath, 'import', file)
if os.path.exists(filepath):
break
......
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