Changes between Initial Version and Version 1 of Ticket #10963, comment 351
- Timestamp:
- 01/08/14 11:55:04 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10963, comment 351
initial v1 1 1 Hmmm. I think I see the problem: #15648 is probably invalid, as `LazyImport` already puts an imported object into the class' dict (provided it is called on a class). 2 2 3 The problem is: The attribute name coincides with the name of the imported object (here: `'FinitePermutationGroups'`), but i sshould be assigned to the attribute `'Finite'`. Hence, I suppose it is enough to provide `as_name="Finite"` to the lazy import.3 The problem is: The attribute name coincides with the name of the imported object (here: `'FinitePermutationGroups'`), but it should be assigned to the attribute `'Finite'`. Hence, I suppose it is enough to provide `as_name="Finite"` to the lazy import.