diff --git a/un.rpyc/unrpyc-compile.py b/un.rpyc/unrpyc-compile.py index e01e8e01..42206aaf 100644 --- a/un.rpyc/unrpyc-compile.py +++ b/un.rpyc/unrpyc-compile.py @@ -71,7 +71,7 @@ def read_ast_from_file(raw_contents): raw_contents = chunks[1] raw_contents = raw_contents.decode('zlib') - data, stmts = magic.safe_loads(raw_contents, factory, ("_ast, collections",)) + data, stmts = magic.safe_loads(raw_contents, factory, {"_ast", "collections"}) return stmts def ensure_dir(filename):