| Index: CodeGenerator.py
|
| diff --git a/CodeGenerator.py b/CodeGenerator.py
|
| index 5589a453bed6c9ef99f626f4b3cfc3a01eb1bcec..2bf00276512ff58244336e8020c1f59ad6e1fbf1 100644
|
| --- a/CodeGenerator.py
|
| +++ b/CodeGenerator.py
|
| @@ -200,6 +200,7 @@ def calculate_imports_and_exports(config, protocol):
|
| if not has_exports(domain_json, clear):
|
| continue
|
| if domain in exported_domains:
|
| + domain_json["has_exports"] = True
|
| protocol.exported_domains.append(domain)
|
| if domain in imported_domains:
|
| protocol.imported_domains.append(domain)
|
|
|