Commit d2529dcd authored by David Glick's avatar David Glick

missed one change

parent fe88a98a
......@@ -604,7 +604,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