From bdf80a683c2c8a6da29db1a5a8ec312f3c004038 Mon Sep 17 00:00:00 2001 From: Bruno da Silva de Oliveira Date: Tue, 6 Apr 2004 22:53:38 +0000 Subject: [PATCH] - removed exporters.importing mechanism, because this was causing a serious bug that was preventing the bases code to be generated [SVN r22613] --- pyste/src/Pyste/infos.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyste/src/Pyste/infos.py b/pyste/src/Pyste/infos.py index f65eb51d..1154c525 100644 --- a/pyste/src/Pyste/infos.py +++ b/pyste/src/Pyste/infos.py @@ -52,7 +52,9 @@ class DeclarationInfo: def AddExporter(self, exporter): - if not exporters.importing: + # this was causing a much serious bug, as reported by Niall Douglas: + # another solution must be found! + #if not exporters.importing: if exporter not in exporters.exporters: exporters.exporters.append(exporter) exporter.interface_file = exporters.current_interface