Commit 6f5d4882 authored by David Wilson's avatar David Wilson

We don't support sets, so don't use them in module loader(!)

parent ecd39e4f
......@@ -585,7 +585,7 @@ class ModuleResponder(object):
pkg_present = None
compressed = zlib.compress(source)
related = self._finder.find_related(fullname)
related = list(self._finder.find_related(fullname))
self._router.route(
mitogen.core.Message.pickled(
(pkg_present, path, compressed, related),
......
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