Skip to content

Commit bdf80a6

Browse files
author
Bruno da Silva de Oliveira
committed
- removed exporters.importing mechanism, because this was causing a serious bug that was preventing the bases code to be generated
[SVN r22613]
1 parent ed7292a commit bdf80a6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyste/src/Pyste/infos.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ def _Attribute(self, name, value=None):
5252

5353

5454
def AddExporter(self, exporter):
55-
if not exporters.importing:
55+
# this was causing a much serious bug, as reported by Niall Douglas:
56+
# another solution must be found!
57+
#if not exporters.importing:
5658
if exporter not in exporters.exporters:
5759
exporters.exporters.append(exporter)
5860
exporter.interface_file = exporters.current_interface

0 commit comments

Comments
 (0)